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