OSDN Git Service

Merge WebKit at r78450: Initial merge by git.
[android-x86/external-webkit.git] / Source / WebKit2 / Shared / NativeWebKeyboardEvent.h
index 9c4e480..cdf1aef 100644 (file)
 
 #if PLATFORM(MAC)
 #include <wtf/RetainPtr.h>
-#ifdef __OBJC__
-@class NSView;
-#else
-class NSView;
-#endif
+OBJC_CLASS NSView;
 #elif PLATFORM(QT)
 #include <QKeyEvent>
 #endif