mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +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
|
@ -99,7 +99,7 @@ public:
|
|||
WebView::OutOfProcessWebView& view() { return *m_web_content_view; }
|
||||
|
||||
private:
|
||||
Tab(BrowserWindow&, WebView::UseJavaScriptBytecode);
|
||||
explicit Tab(BrowserWindow&);
|
||||
|
||||
virtual void show_event(GUI::ShowEvent&) override;
|
||||
virtual void hide_event(GUI::HideEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue