summaryrefslogtreecommitdiffstats
path: root/WebCore/html/CollectionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/CollectionCache.h')
-rw-r--r--WebCore/html/CollectionCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/CollectionCache.h b/WebCore/html/CollectionCache.h
index 70a5af7..df1d1fa 100644
--- a/WebCore/html/CollectionCache.h
+++ b/WebCore/html/CollectionCache.h
@@ -21,12 +21,12 @@
#ifndef CollectionCache_h
#define CollectionCache_h
+#include <wtf/Forward.h>
#include <wtf/HashMap.h>
#include <wtf/Vector.h>
namespace WebCore {
-class AtomicStringImpl;
class Element;
struct CollectionCache : FastAllocBase {