Title: [158325] trunk/Source/WebKit2
Revision
158325
Author
m...@apple.com
Date
2013-10-30 16:13:49 -0700 (Wed, 30 Oct 2013)

Log Message

Try to fix the !WK_API_ENABLED Mac build.

* Shared/Cocoa/APIObject.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (158324 => 158325)


--- trunk/Source/WebKit2/ChangeLog	2013-10-30 22:49:20 UTC (rev 158324)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-30 23:13:49 UTC (rev 158325)
@@ -1,5 +1,11 @@
 2013-10-30  Dan Bernstein  <m...@apple.com>
 
+        Try to fix the !WK_API_ENABLED Mac build.
+
+        * Shared/Cocoa/APIObject.mm:
+
+2013-10-30  Dan Bernstein  <m...@apple.com>
+
         [Cocoa] Make all API objects have Cocoa wrappers, and delegate refcounting to those wrappers
         https://bugs.webkit.org/show_bug.cgi?id=123394
 

Modified: trunk/Source/WebKit2/Shared/Cocoa/APIObject.mm (158324 => 158325)


--- trunk/Source/WebKit2/Shared/Cocoa/APIObject.mm	2013-10-30 22:49:20 UTC (rev 158324)
+++ trunk/Source/WebKit2/Shared/Cocoa/APIObject.mm	2013-10-30 23:13:49 UTC (rev 158325)
@@ -26,6 +26,8 @@
 #import "config.h"
 #import "APIObject.h"
 
+#if WK_API_ENABLED
+
 #import "WKBackForwardListInternal.h"
 #import "WKBackForwardListItemInternal.h"
 #import "WKNSArray.h"
@@ -84,3 +86,5 @@
 }
 
 } // namespace WebKit
+
+#endif // WK_API_ENABLED
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to