1
Fork 0
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:
Linus Groh 2022-02-14 22:03:16 +00:00 committed by Andreas Kling
parent 5e8bfb5efc
commit 75dd4fbd16
2 changed files with 21 additions and 20 deletions

View file

@ -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: