LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text

This commit is contained in:
Andreas Kling 2021-09-09 18:11:33 +02:00
parent e1fb8bef09
commit bc12921d43
Notes: sideshowbarker 2024-07-18 04:22:13 +09:00
2 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@ private:
Function<void()> m_script_ready_callback;
String m_script_source;
String m_source_text;
String m_script_filename;
};