LibWeb: Provide file name to JavaScript interpreter

This commit is contained in:
Jean-Baptiste Boric 2021-02-27 19:35:45 +01:00 committed by Andreas Kling
parent 6172cb3599
commit 8dca96fb61
Notes: sideshowbarker 2024-07-18 21:49:39 +09:00
4 changed files with 7 additions and 4 deletions

View file

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