mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 19:05:06 +00:00
LibWeb: Provide file name to JavaScript interpreter
This commit is contained in:
parent
6172cb3599
commit
8dca96fb61
4 changed files with 7 additions and 4 deletions
|
@ -72,6 +72,7 @@ private:
|
|||
Function<void()> m_script_ready_callback;
|
||||
|
||||
String m_script_source;
|
||||
String m_script_filename;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue