Files
ladybird/Libraries/LibWeb/HTML/Parser/HTMLDocumentParser.cpp
Andreas Kling 46c15276e9 LibWeb: Fix Document construction mishap in <template> element
Ref-counted objects must not be stack allocated. Make DOM::Document's
constructor private to avoid this issue. (I wish we could mark classes
as heap-only..)
2020-10-23 08:33:16 +02:00

115 KiB