diff --git a/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.cpp index 4d27860f2c2..8fab5828423 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.cpp +++ b/Userland/Libraries/LibWeb/HTML/HTMLScriptElement.cpp @@ -59,13 +59,11 @@ void HTMLScriptElement::attribute_changed(FlyString const& name, Optional m_document_load_event_delayer; size_t m_source_line_number { 1 }; - - bool m_src_is_set = false; }; }