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