summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/cocoa/KeyEventCocoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/cocoa/KeyEventCocoa.h')
-rw-r--r--WebCore/platform/cocoa/KeyEventCocoa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/cocoa/KeyEventCocoa.h b/WebCore/platform/cocoa/KeyEventCocoa.h
index 8d486ad..d6e206e 100644
--- a/WebCore/platform/cocoa/KeyEventCocoa.h
+++ b/WebCore/platform/cocoa/KeyEventCocoa.h
@@ -26,9 +26,9 @@
#ifndef KeyEventCocoa_h
#define KeyEventCocoa_h
-namespace WebCore {
+#include <wtf/Forward.h>
-class String;
+namespace WebCore {
String keyIdentifierForCharCode(unichar charCode);