mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
|
||||
Function<void()> m_script_ready_callback;
|
||||
|
||||
String m_script_source;
|
||||
String m_source_text;
|
||||
String m_script_filename;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user