summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/cpp/WebDOMCString.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/cpp/WebDOMCString.h')
-rw-r--r--WebCore/bindings/cpp/WebDOMCString.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/WebCore/bindings/cpp/WebDOMCString.h b/WebCore/bindings/cpp/WebDOMCString.h
index e02a587..c921895 100644
--- a/WebCore/bindings/cpp/WebDOMCString.h
+++ b/WebCore/bindings/cpp/WebDOMCString.h
@@ -22,12 +22,9 @@
#define WebDOMCString_h
#include <WebDOMObject.h>
+#include <wtf/Forward.h>
#include <stddef.h> // For size_t
-namespace WTF {
-class CString;
-};
-
// UTF-16 character type
#if defined(WIN32)
typedef wchar_t WebUChar;