mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
LibJS: Add GlobalObject to the forwarding header
This commit is contained in:
parent
806d3d8e79
commit
aee4c1f583
Notes:
sideshowbarker
2024-07-19 08:00:43 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/aee4c1f583c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Error;
|
|||
class Exception;
|
||||
class Expression;
|
||||
class Function;
|
||||
class GlobalObject;
|
||||
class HandleImpl;
|
||||
class Heap;
|
||||
class HeapBlock;
|
||||
|
|
Loading…
Reference in a new issue