mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Port Intrinsics from DeprecatedString
This commit is contained in:
@@ -31,7 +31,7 @@ History::~History() = default;
|
||||
void History::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::HistoryPrototype>(realm, "History"));
|
||||
set_prototype(&Bindings::ensure_web_prototype<Bindings::HistoryPrototype>(realm, "History"_fly_string));
|
||||
}
|
||||
|
||||
void History::visit_edges(Cell::Visitor& visitor)
|
||||
|
||||
Reference in New Issue
Block a user