1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00

LibJS: Add GlobalObject to the forwarding header

This commit is contained in:
Andreas Kling 2020-04-01 21:04:42 +02:00
parent 806d3d8e79
commit aee4c1f583

View file

@ -35,6 +35,7 @@ class Error;
class Exception;
class Expression;
class Function;
class GlobalObject;
class HandleImpl;
class Heap;
class HeapBlock;