mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
LibWeb: Implement BCC's "content document" concept according to spec
This commit is contained in:
parent
5e8bfb5efc
commit
75dd4fbd16
2 changed files with 21 additions and 20 deletions
|
@ -20,9 +20,6 @@ public:
|
|||
|
||||
const DOM::Document* content_document() const;
|
||||
|
||||
Origin content_origin() const;
|
||||
bool may_access_from_origin(const Origin&) const;
|
||||
|
||||
virtual void inserted() override;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue