summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParserQuirks.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParserQuirks.h')
-rw-r--r--WebCore/html/HTMLParserQuirks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLParserQuirks.h b/WebCore/html/HTMLParserQuirks.h
index 176bbfb..50de710 100644
--- a/WebCore/html/HTMLParserQuirks.h
+++ b/WebCore/html/HTMLParserQuirks.h
@@ -26,11 +26,11 @@
#ifndef HTMLParserQuirks_h
#define HTMLParserQuirks_h
+#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
namespace WebCore {
-class AtomicString;
class Node;
class HTMLParserQuirks : public Noncopyable {