mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02: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:
Notes:
sideshowbarker
2024-07-18 17:07:23 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/59cfc4a8db3 Pull-request: https://github.com/SerenityOS/serenity/pull/7629
@@ -6,11 +6,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <LibWeb/HTML/FrameHostElement.h>
|
||||
#include <LibWeb/HTML/BrowsingContextContainer.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLIFrameElement final : public FrameHostElement {
|
||||
class HTMLIFrameElement final : public BrowsingContextContainer {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLIFrameElementWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user