mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-01 08:48:49 +00:00
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`.
This commit is contained in:
parent
a552bda8d9
commit
aa4e18fca5
Notes:
sideshowbarker
2024-07-17 02:37:08 +09:00
Author: https://github.com/tcl3
Commit: aa4e18fca5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/538
2 changed files with 1 additions and 5 deletions
|
@ -135,8 +135,6 @@ private:
|
|||
Optional<DOM::DocumentLoadEventDelayer> m_document_load_event_delayer;
|
||||
|
||||
size_t m_source_line_number { 1 };
|
||||
|
||||
bool m_src_is_set = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue