summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/Cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/Cursor.h')
-rw-r--r--Source/WebCore/platform/Cursor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/WebCore/platform/Cursor.h b/Source/WebCore/platform/Cursor.h
index c324ef00e..bc5184070 100644
--- a/Source/WebCore/platform/Cursor.h
+++ b/Source/WebCore/platform/Cursor.h
@@ -46,11 +46,7 @@ typedef HICON HCURSOR;
#endif
#if PLATFORM(MAC) && !PLATFORM(IOS)
-#ifdef __OBJC__
-@class NSCursor;
-#else
-class NSCursor;
-#endif
+OBJC_CLASS NSCursor;
#endif
#if PLATFORM(WX)