Title: [93458] trunk/Source/WebKit2
Revision
93458
Author
[email protected]
Date
2011-08-19 17:20:48 -0700 (Fri, 19 Aug 2011)

Log Message

Another attempt at fixing the Windows build.

* UIProcess/PageClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (93457 => 93458)


--- trunk/Source/WebKit2/ChangeLog	2011-08-19 23:59:10 UTC (rev 93457)
+++ trunk/Source/WebKit2/ChangeLog	2011-08-20 00:20:48 UTC (rev 93458)
@@ -1,5 +1,11 @@
 2011-08-19  Anders Carlsson  <[email protected]>
 
+        Another attempt at fixing the Windows build.
+
+        * UIProcess/PageClient.h:
+
+2011-08-19  Anders Carlsson  <[email protected]>
+
         Fix Windows build.
 
         * WebProcess/Plugins/PluginController.h:

Modified: trunk/Source/WebKit2/UIProcess/PageClient.h (93457 => 93458)


--- trunk/Source/WebKit2/UIProcess/PageClient.h	2011-08-19 23:59:10 UTC (rev 93457)
+++ trunk/Source/WebKit2/UIProcess/PageClient.h	2011-08-20 00:20:48 UTC (rev 93458)
@@ -26,7 +26,6 @@
 #ifndef PageClient_h
 #define PageClient_h
 
-#include "PluginComplexTextInputState.h"
 #include "ShareableBitmap.h"
 #include "WebPageProxy.h"
 #include "WebPopupMenuProxy.h"
@@ -35,12 +34,10 @@
 #include <wtf/Forward.h>
 
 #if PLATFORM(MAC)
-#ifdef __OBJC__
-@class WKView;
-#else
-class WKView;
+#include "PluginComplexTextInputState.h"
+
+OBJC_CLASS WKView;
 #endif
-#endif
 
 namespace WebCore {
     class Cursor;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to