diff options
Diffstat (limited to 'Tools/WebKitTestRunner/PlatformWebView.h')
-rw-r--r-- | Tools/WebKitTestRunner/PlatformWebView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/WebKitTestRunner/PlatformWebView.h b/Tools/WebKitTestRunner/PlatformWebView.h index d3ad21a9e..43b79c33e 100644 --- a/Tools/WebKitTestRunner/PlatformWebView.h +++ b/Tools/WebKitTestRunner/PlatformWebView.h @@ -37,7 +37,7 @@ class QQuickWebView; typedef QQuickWebView* PlatformWKView; typedef QQuickView* PlatformWindow; #elif defined(__APPLE__) && __APPLE__ -#if __OBJC__ +#ifdef __OBJC__ @class WKView; @class WebKitTestRunnerWindow; #else |