mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement performance.mark and performance.clearMarks
This commit is contained in:
parent
89ebef9730
commit
cbe0901706
Notes:
sideshowbarker
2024-07-17 03:03:44 +09:00
Author: https://github.com/Lubrsi
Commit: cbe0901706
Pull-request: https://github.com/SerenityOS/serenity/pull/18013
Reviewed-by: https://github.com/linusg
13 changed files with 341 additions and 0 deletions
|
@ -747,6 +747,7 @@ WebIDL::ExceptionOr<void> Window::initialize_web_interfaces(Badge<WindowEnvironm
|
|||
Object::set_prototype(&Bindings::ensure_web_prototype<Bindings::WindowPrototype>(realm, "Window"));
|
||||
|
||||
MUST_OR_THROW_OOM(Bindings::WindowGlobalMixin::initialize(realm, *this));
|
||||
MUST_OR_THROW_OOM(WindowOrWorkerGlobalScopeMixin::initialize(realm));
|
||||
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue