summaryrefslogtreecommitdiffstats
path: root/WebCore/css/StyleSheetList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/StyleSheetList.h')
-rw-r--r--WebCore/css/StyleSheetList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/StyleSheetList.h b/WebCore/css/StyleSheetList.h
index ecdc1cf..a486511 100644
--- a/WebCore/css/StyleSheetList.h
+++ b/WebCore/css/StyleSheetList.h
@@ -21,6 +21,7 @@
#ifndef StyleSheetList_h
#define StyleSheetList_h
+#include <wtf/Forward.h>
#include <wtf/RefCounted.h>
#include <wtf/PassRefPtr.h>
#include <wtf/Vector.h>
@@ -30,7 +31,6 @@ namespace WebCore {
class Document;
class HTMLStyleElement;
class StyleSheet;
-class String;
typedef Vector<RefPtr<StyleSheet> > StyleSheetVector;