1
Fork 0
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:
Andreas Kling 2022-02-26 15:55:45 +01:00
parent 835ffbb365
commit fc5e414596
3 changed files with 30 additions and 12 deletions

View file

@ -100,6 +100,8 @@ public:
RefPtr<HTML::Storage> local_storage();
Window* parent();
private:
explicit Window(Document&);