mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
LibWeb: Remove Document::interpreter()
Nobody needs this anymore, so we can finally remove it. :^)
This commit is contained in:
parent
2d72abc3d4
commit
4c887bf6c3
Notes:
sideshowbarker
2024-07-17 07:27:27 +09:00
Author: https://github.com/awesomekling
Commit: 4c887bf6c3
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
3 changed files with 0 additions and 12 deletions
|
@ -188,7 +188,6 @@ public:
|
|||
void set_source(String const& source) { m_source = source; }
|
||||
|
||||
HTML::EnvironmentSettingsObject& relevant_settings_object();
|
||||
JS::Interpreter& interpreter();
|
||||
|
||||
JS::Value run_javascript(StringView source, StringView filename = "(unknown)"sv);
|
||||
|
||||
|
@ -395,8 +394,6 @@ private:
|
|||
|
||||
String m_source;
|
||||
|
||||
OwnPtr<JS::Interpreter> m_interpreter;
|
||||
|
||||
JS::GCPtr<HTML::HTMLScriptElement> m_pending_parsing_blocking_script;
|
||||
Vector<JS::Handle<HTML::HTMLScriptElement>> m_scripts_to_execute_when_parsing_has_finished;
|
||||
Vector<JS::Handle<HTML::HTMLScriptElement>> m_scripts_to_execute_as_soon_as_possible;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue