diff options
author | Andreas Kling <kling@serenityos.org> | 2023-05-27 18:37:02 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-27 18:38:40 +0200 |
commit | 33500bb6dbbeddc36ad8c12643a5a536e3a78ec9 (patch) | |
tree | f6319e7cf4a140483218b8d0b6f4942ee29a097a /Userland/Demos/WidgetGallery/GalleryWidget.cpp | |
parent | f07ac8f20ab9005852162d1f1be33d74a39bf3d1 (diff) | |
download | serenity-33500bb6dbbeddc36ad8c12643a5a536e3a78ec9.zip |
LibWeb: Protect against null deref during Web::Page initialization
BrowsingContext::set_active_document() may end up asking for the Page's
top level browsing context before Page has one. Do a workaround for now
where we have an API to ask if it's initialized.
Long-term we should find a cleaner solution.
Diffstat (limited to 'Userland/Demos/WidgetGallery/GalleryWidget.cpp')
0 files changed, 0 insertions, 0 deletions