Files
ladybird/Userland/Libraries/LibWeb/DOM/LiveNodeList.cpp
DexesTTP 1af7bfb3a6 LibWeb: Remove unneeded iteration filter on LiveNodeList
Since all items of the subtree are Nodes, the "of type" condition was
always true. This triggers a warning on Lagom builds.
2022-05-06 14:11:03 +02:00

1.5 KiB