mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
LibWeb: Remove declarations for non-existent methods
This commit is contained in:
parent
8d31e04b8a
commit
7891ad2a28
5 changed files with 0 additions and 9 deletions
|
@ -15,8 +15,6 @@ class WorkerLocation : public Bindings::PlatformObject {
|
|||
WEB_PLATFORM_OBJECT(WorkerLocation, Bindings::PlatformObject);
|
||||
|
||||
public:
|
||||
static JS::NonnullGCPtr<WorkerLocation> create(WorkerGlobalScope&);
|
||||
|
||||
virtual ~WorkerLocation() override;
|
||||
|
||||
DeprecatedString href() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue