mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:27:35 +00:00
LibWeb: Visit custom element's lifecycle callbacks
...instead of using JS::Handle which causes leaks when object holding the callback can be reached by visiting the callback's dependencies.
This commit is contained in:
parent
3d48c55e50
commit
3b4230e0b0
5 changed files with 26 additions and 5 deletions
|
@ -250,6 +250,7 @@ set(SOURCES
|
|||
HTML/CORSSettingAttribute.cpp
|
||||
HTML/CrossOrigin/AbstractOperations.cpp
|
||||
HTML/CrossOrigin/Reporting.cpp
|
||||
HTML/CustomElements/CustomElementDefinition.cpp
|
||||
HTML/CustomElements/CustomElementName.cpp
|
||||
HTML/CustomElements/CustomElementReactionNames.cpp
|
||||
HTML/CustomElements/CustomElementRegistry.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue