mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibWeb: Delete discard() in Document and BrowsingContext
Those are not used anymore after moving to navigables.
This commit is contained in:
parent
180c3e2fef
commit
cd75b1de3d
4 changed files with 0 additions and 64 deletions
|
@ -478,9 +478,6 @@ public:
|
|||
|
||||
void destroy();
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/window-object.html#discard-a-document
|
||||
void discard();
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/browsing-the-web.html#abort-a-document
|
||||
void abort();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue