mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:37:35 +00:00
LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"
With the renaming of "Frame" to "BrowsingContext", this changes "FrameHostElement" to "BrowsingContextContainer" to further match the spec. https://html.spec.whatwg.org/#browsing-context-container
This commit is contained in:
parent
8298e406a4
commit
59cfc4a8db
5 changed files with 16 additions and 16 deletions
|
@ -67,10 +67,10 @@ set(SOURCES
|
|||
Dump.cpp
|
||||
FontCache.cpp
|
||||
HTML/AttributeNames.cpp
|
||||
HTML/BrowsingContextContainer.cpp
|
||||
HTML/CanvasRenderingContext2D.cpp
|
||||
HTML/EventNames.cpp
|
||||
HTML/FormAssociatedElement.cpp
|
||||
HTML/FrameHostElement.cpp
|
||||
HTML/GlobalEventHandlers.cpp
|
||||
HTML/HTMLAnchorElement.cpp
|
||||
HTML/HTMLAreaElement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue