|
@@ -116,6 +116,9 @@ public:
|
|
Vector<SessionHistoryEntry>& session_history() { return m_session_history; }
|
|
Vector<SessionHistoryEntry>& session_history() { return m_session_history; }
|
|
Vector<SessionHistoryEntry> const& session_history() const { return m_session_history; }
|
|
Vector<SessionHistoryEntry> const& session_history() const { return m_session_history; }
|
|
|
|
|
|
|
|
+ // https://html.spec.whatwg.org/multipage/dom.html#still-on-its-initial-about:blank-document
|
|
|
|
+ bool still_on_its_initial_about_blank_document() const;
|
|
|
|
+
|
|
private:
|
|
private:
|
|
explicit BrowsingContext(Page&, HTML::BrowsingContextContainer*);
|
|
explicit BrowsingContext(Page&, HTML::BrowsingContextContainer*);
|
|
|
|
|