ladybird/Userland/Libraries/LibWeb/DOMParsing
Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize()
This needs to happen before prototype/constructor intitialization can be
made lazy. Otherwise, GC could run during the C++ constructor and try to
collect the object currently being created.
2023-01-10 16:08:14 +01:00
..
InnerHTML.cpp
InnerHTML.h
XMLSerializer.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
XMLSerializer.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
XMLSerializer.idl