mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:18:12 +00:00
Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter
This commit is contained in:
parent
e769776bdd
commit
99ac34eeae
24 changed files with 28 additions and 68 deletions
|
@ -65,11 +65,6 @@ Web::Page const& ConnectionFromClient::page() const
|
|||
return m_page_host->page();
|
||||
}
|
||||
|
||||
void ConnectionFromClient::set_use_javascript_bytecode(bool use_bytecode)
|
||||
{
|
||||
JS::Bytecode::Interpreter::set_enabled(use_bytecode);
|
||||
}
|
||||
|
||||
Messages::WebContentServer::GetWindowHandleResponse ConnectionFromClient::get_window_handle()
|
||||
{
|
||||
return m_page_host->page().top_level_browsing_context().window_handle();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue