diff options
author | Andrew Kaster <akaster@serenityos.org> | 2022-09-25 16:00:23 -0600 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-01 21:05:32 +0100 |
commit | 8407bf60c56bc41d6f450bb21495c8591b9271bd (patch) | |
tree | 99362823de17f8226a66b2ac6b64d80ff7689e81 /Userland/Libraries/LibWeb/DOM/Document.cpp | |
parent | c61a4f35dc224818ac4c0e69109ed586d7c8666a (diff) | |
download | serenity-8407bf60c56bc41d6f450bb21495c8591b9271bd.zip |
LibWeb: Introduce new construct_impl method for bound classes
In this generator change, we introduce a new factory method for bound
LibWeb objects that takes a JS::Realm instead of Web::HTML::Window.
The two methods are allowed to co-exist at this point, but the option to
take an HTML::Window will be removed once all clases are converted to
the new API.
We also start using the new Bindings::ensure_web_[prototype/constructor]
helpers from the Bindings/Intrinsics class so that we can eventually
remove the helpers from Window.h for the same.
Diffstat (limited to 'Userland/Libraries/LibWeb/DOM/Document.cpp')
0 files changed, 0 insertions, 0 deletions