mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
This commit is contained in:
parent
2d69a3b266
commit
7b990c27a1
Notes:
sideshowbarker
2024-07-17 07:53:04 +09:00
Author: https://github.com/linusg
Commit: 7b990c27a1
Pull-request: https://github.com/SerenityOS/serenity/pull/14973
Reviewed-by: https://github.com/davidot ✅
9 changed files with 62 additions and 66 deletions
|
@ -18,7 +18,7 @@ class ImageData
|
|||
public:
|
||||
using WrapperType = Bindings::ImageDataWrapper;
|
||||
|
||||
static RefPtr<ImageData> create_with_size(JS::GlobalObject&, int width, int height);
|
||||
static RefPtr<ImageData> create_with_size(JS::VM&, int width, int height);
|
||||
|
||||
~ImageData();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue