mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 04:22:13 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/bc12921d433
@@ -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