summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-09-20 19:22:44 +0200
committerAndreas Kling <kling@serenityos.org>2020-09-20 19:22:44 +0200
commitc6ae0c41d908ae59a858a28a737b4382cceaeb6c (patch)
tree1de5f866114b541956eabb772c4b9f14aa128160 /Libraries/LibWeb/Forward.h
parent976e55e942a186143612b5503358469d2f012bf3 (diff)
downloadserenity-c6ae0c41d908ae59a858a28a737b4382cceaeb6c.zip
LibWeb: Add Bindings::ScriptExecutionContext
This will be inherited by documents and workers, to provide a common abstraction for script execution. (We don't have workers yet, but we might as well make this little space for them now to simplify things down the road.)
Diffstat (limited to 'Libraries/LibWeb/Forward.h')
-rw-r--r--Libraries/LibWeb/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Forward.h b/Libraries/LibWeb/Forward.h
index 8df979d35f..5da2efc583 100644
--- a/Libraries/LibWeb/Forward.h
+++ b/Libraries/LibWeb/Forward.h
@@ -241,6 +241,7 @@ class ImageDataWrapper;
class LocationObject;
class MouseEventWrapper;
class NodeWrapper;
+class ScriptExecutionContext;
class TextWrapper;
class UIEventWrapper;
class WindowObject;