mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-19 16:51:52 +00:00
LibWeb: Rename HTMLScriptElement::m_script_source => m_source_text
This commit is contained in:
parent
e1fb8bef09
commit
bc12921d43
Notes:
sideshowbarker
2024-07-18 04:22:13 +09:00
Author: https://github.com/awesomekling
Commit: bc12921d43
2 changed files with 5 additions and 5 deletions
|
@ -61,7 +61,7 @@ private:
|
|||
|
||||
Function<void()> m_script_ready_callback;
|
||||
|
||||
String m_script_source;
|
||||
String m_source_text;
|
||||
String m_script_filename;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue