mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Port Intrinsics from DeprecatedString
This commit is contained in:
@@ -30,7 +30,7 @@ Internals::~Internals() = default;
|
||||
void Internals::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
Object::set_prototype(&Bindings::ensure_web_prototype<Bindings::InternalsPrototype>(realm, "Internals"));
|
||||
Object::set_prototype(&Bindings::ensure_web_prototype<Bindings::InternalsPrototype>(realm, "Internals"_fly_string));
|
||||
}
|
||||
|
||||
void Internals::signal_text_test_is_done()
|
||||
|
||||
Reference in New Issue
Block a user