Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.h
Tim Ledbetter aa4e18fca5 LibWeb: Remove m_src_is_set field from HTMLScriptElement
Now that we pass an `old_value` parameter to `attribute_changed` it is
no longer necessary to store the current attribute state in
`HTMLScriptElement`.
2024-07-10 07:04:08 +02:00

5.0 KiB