mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
LibWeb: Remove redundant DedicatedWorkerGlobalScope prototype setting
Now that the global object correctly sets the property, we don't need to do it here.
This commit is contained in:
parent
d5948709cd
commit
711faa8280
Notes:
github-actions[bot]
2024-10-12 17:22:52 +00:00
Author: https://github.com/sin-ack Commit: https://github.com/LadybirdBrowser/ladybird/commit/711faa8280a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1744
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ void DedicatedWorkerGlobalScope::initialize_web_interfaces_impl()
|
|||
auto& realm = this->realm();
|
||||
add_dedicated_worker_exposed_interfaces(*this);
|
||||
|
||||
WEB_SET_PROTOTYPE_FOR_INTERFACE(DedicatedWorkerGlobalScope);
|
||||
|
||||
DedicatedWorkerGlobalScopeGlobalMixin::initialize(realm, *this);
|
||||
|
||||
Base::initialize_web_interfaces_impl();
|
||||
|
|
Loading…
Reference in a new issue