Title: [176848] trunk/Source/WebKit2
- Revision
- 176848
- Author
- [email protected]
- Date
- 2014-12-05 10:23:52 -0800 (Fri, 05 Dec 2014)
Log Message
Oops, didn't mean to commit this.
* Shared/API/Cocoa/WKFoundation.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (176847 => 176848)
--- trunk/Source/WebKit2/ChangeLog 2014-12-05 18:20:23 UTC (rev 176847)
+++ trunk/Source/WebKit2/ChangeLog 2014-12-05 18:23:52 UTC (rev 176848)
@@ -1,5 +1,11 @@
2014-12-05 Anders Carlsson <[email protected]>
+ Oops, didn't mean to commit this.
+
+ * Shared/API/Cocoa/WKFoundation.h:
+
+2014-12-05 Anders Carlsson <[email protected]>
+
Add an API::WebsiteDataStore object and use it for _WKWebsiteDataStore
https://bugs.webkit.org/show_bug.cgi?id=139304
Modified: trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h (176847 => 176848)
--- trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h 2014-12-05 18:20:23 UTC (rev 176847)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h 2014-12-05 18:23:52 UTC (rev 176848)
@@ -30,7 +30,7 @@
#if TARGET_OS_IPHONE
#define WK_API_ENABLED 1
#else
-#define WK_API_ENABLED 0// (defined(__clang__) && defined(__APPLE__) && !defined(__i386__))
+#define WK_API_ENABLED (defined(__clang__) && defined(__APPLE__) && !defined(__i386__))
#endif
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes