mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter
This commit is contained in:
parent
e769776bdd
commit
99ac34eeae
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/awesomekling
Commit: 99ac34eeae
Pull-request: https://github.com/SerenityOS/serenity/pull/20421
24 changed files with 28 additions and 68 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
void set_content_scales_to_viewport(bool);
|
||||
|
||||
private:
|
||||
explicit OutOfProcessWebView(UseJavaScriptBytecode = UseJavaScriptBytecode::No);
|
||||
OutOfProcessWebView();
|
||||
|
||||
// ^Widget
|
||||
virtual void paint_event(GUI::PaintEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue