Files
ladybird/Userland/Libraries/LibWeb/HTML/Parser/StackOfOpenElements.cpp
Andreas Kling 6e0f80fbe0 LibWeb: Make the HTMLParser GC-allocated
This prevents a reference cycle between a HTMLParser opened via
document.open() and the document. It was one of many things keeping
some documents alive indefinitely.
2022-10-20 15:16:23 +02:00

6.1 KiB