Title: [158947] trunk/Source/WebKit2
Revision
158947
Author
[email protected]
Date
2013-11-08 13:19:19 -0800 (Fri, 08 Nov 2013)

Log Message

Try to fix the 32-bit build.

* Shared/API/Cocoa/WKBrowsingContextHandleInternal.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (158946 => 158947)


--- trunk/Source/WebKit2/ChangeLog	2013-11-08 21:17:08 UTC (rev 158946)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-08 21:19:19 UTC (rev 158947)
@@ -1,5 +1,11 @@
 2013-11-08  Anders Carlsson  <[email protected]>
 
+        Try to fix the 32-bit build.
+
+        * Shared/API/Cocoa/WKBrowsingContextHandleInternal.h:
+
+2013-11-08  Anders Carlsson  <[email protected]>
+
         Replace __alignof with alignof.
 
         Rubber-stamped by Beth Dakin.

Modified: trunk/Source/WebKit2/Shared/API/Cocoa/WKBrowsingContextHandleInternal.h (158946 => 158947)


--- trunk/Source/WebKit2/Shared/API/Cocoa/WKBrowsingContextHandleInternal.h	2013-11-08 21:17:08 UTC (rev 158946)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKBrowsingContextHandleInternal.h	2013-11-08 21:19:19 UTC (rev 158947)
@@ -25,6 +25,8 @@
 
 #import "WKBrowsingContextHandle.h"
 
+#if WK_API_ENABLED
+
 @interface WKBrowsingContextHandle ()
 
 @property (nonatomic, readonly, getter = _pageID) uint64_t pageID;
@@ -32,3 +34,5 @@
 - (id)_initWithPageID:(uint64_t)pageID;
 
 @end
+
+#endif // WK_API_ENABLED
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to