Title: [157679] trunk/Source/WebKit2
Revision
157679
Author
[email protected]
Date
2013-10-19 13:56:44 -0700 (Sat, 19 Oct 2013)

Log Message

Try to fix the Mac 32-bit build.

* UIProcess/mac/WKFullScreenWindowController.h:
* UIProcess/mac/WKFullScreenWindowController.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (157678 => 157679)


--- trunk/Source/WebKit2/ChangeLog	2013-10-19 20:47:26 UTC (rev 157678)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-19 20:56:44 UTC (rev 157679)
@@ -2,6 +2,13 @@
 
         Try to fix the Mac 32-bit build.
 
+        * UIProcess/mac/WKFullScreenWindowController.h:
+        * UIProcess/mac/WKFullScreenWindowController.mm:
+
+2013-10-19  Dan Bernstein  <[email protected]>
+
+        Try to fix the Mac 32-bit build.
+
         * UIProcess/API/mac/WKView.h:
         * UIProcess/API/mac/WKView.mm:
         * UIProcess/API/mac/WKViewInternal.h:

Modified: trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h (157678 => 157679)


--- trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h	2013-10-19 20:47:26 UTC (rev 157678)
+++ trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.h	2013-10-19 20:56:44 UTC (rev 157679)
@@ -25,9 +25,12 @@
 
 #if ENABLE(FULLSCREEN_API)
 
+#import "WKFoundation.h"
 #import <wtf/OwnPtr.h>
 #import <wtf/RetainPtr.h>
 
+#if WK_API_ENABLED
+
 namespace WebKit { 
 class LayerTreeContext;
 class VoidCallback;
@@ -76,4 +79,6 @@
 
 @end
 
-#endif
+#endif // WK_API_ENABLED
+
+#endif // ENABLE(FULLSCREEN_API)

Modified: trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm (157678 => 157679)


--- trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm	2013-10-19 20:47:26 UTC (rev 157678)
+++ trunk/Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm	2013-10-19 20:56:44 UTC (rev 157679)
@@ -29,6 +29,8 @@
 
 #import "WKFullScreenWindowController.h"
 
+#if WK_API_ENABLED
+
 #import "LayerTreeContext.h"
 #import "WKAPICast.h"
 #import "WKViewInternal.h"
@@ -659,4 +661,6 @@
 }
 @end
 
-#endif
+#endif // WK_API_ENABLED
+
+#endif // ENABLE(FULLSCREEN_API)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to