mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibWeb: Remove unused BrowsingContext::close()
Was replaced by close_top_level_traversable()
This commit is contained in:
parent
d17b1d6b1f
commit
180c3e2fef
2 changed files with 0 additions and 21 deletions
|
@ -212,9 +212,6 @@ public:
|
|||
void discard();
|
||||
bool has_been_discarded() const { return m_has_been_discarded; }
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/window-object.html#close-a-browsing-context
|
||||
void close();
|
||||
|
||||
Optional<AK::URL> const& creator_url() const { return m_creator_url; }
|
||||
|
||||
virtual String const& window_handle() const override { return m_window_handle; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue