mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibWeb: Port Intrinsics from DeprecatedString
This commit is contained in:
@@ -30,7 +30,7 @@ Worker::Worker(String const& script_url, WorkerOptions const options, DOM::Docum
|
||||
void Worker::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::WorkerPrototype>(realm, "Worker"));
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::WorkerPrototype>(realm, "Worker"_fly_string));
|
||||
}
|
||||
|
||||
void Worker::visit_edges(Cell::Visitor& visitor)
|
||||
|
||||
Reference in New Issue
Block a user