mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:47:45 +00:00
LibWeb: Add a visit_edges() override to AbstractBrowsingContext
AbstractBrowsingContext has a subclass RemoteBrowsingContext without a visit_edges() override (and it doesn't really need one). But currently, we rely on subclasses visiting AbstractBrowsingContext's opener BC. This adds a visit_edges() to AbstractBrowsingContext to explicitly visit the opener BC itself.
This commit is contained in:
parent
b54786ee95
commit
5913efbb45
5 changed files with 22 additions and 1 deletions
|
@ -226,6 +226,7 @@ set(SOURCES
|
|||
Geometry/DOMRect.cpp
|
||||
Geometry/DOMRectList.cpp
|
||||
Geometry/DOMRectReadOnly.cpp
|
||||
HTML/AbstractBrowsingContext.cpp
|
||||
HTML/AnimatedBitmapDecodedImageData.cpp
|
||||
HTML/AttributeNames.cpp
|
||||
HTML/AudioTrack.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue