summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLScriptRunnerHost.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLScriptRunnerHost.h')
-rw-r--r--WebCore/html/HTMLScriptRunnerHost.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/HTMLScriptRunnerHost.h b/WebCore/html/HTMLScriptRunnerHost.h
index a129520..5b40a931 100644
--- a/WebCore/html/HTMLScriptRunnerHost.h
+++ b/WebCore/html/HTMLScriptRunnerHost.h
@@ -26,9 +26,10 @@
#ifndef HTMLScriptRunnerHost_h
#define HTMLScriptRunnerHost_h
+#include <wtf/Forward.h>
+
namespace WebCore {
-class AtomicString;
class CachedResource;
class Element;
class HTMLInputStream;