Files
ladybird/Userland/Libraries/LibWeb/DOM/DOMImplementation.cpp
Shannon Booth 36c145b197 LibWeb: Fix crash in DOMImplementation.createDocument for null namespace
We were blindly assuming that the namespace was non-null instead of
simply passing it through.
2024-01-04 11:23:20 +01:00

6.4 KiB