mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibWeb: Reorganize window.parent so it looks a bit more like the spec
This commit is contained in:
parent
835ffbb365
commit
fc5e414596
3 changed files with 30 additions and 12 deletions
|
@ -100,6 +100,8 @@ public:
|
|||
|
||||
RefPtr<HTML::Storage> local_storage();
|
||||
|
||||
Window* parent();
|
||||
|
||||
private:
|
||||
explicit Window(Document&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue