Title: [165663] trunk/Source/WebKit2
Revision
165663
Author
[email protected]
Date
2014-03-14 16:53:36 -0700 (Fri, 14 Mar 2014)

Log Message

Try to fix the iOS build.

* UIProcess/mac/WebContextMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (165662 => 165663)


--- trunk/Source/WebKit2/ChangeLog	2014-03-14 23:44:04 UTC (rev 165662)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-14 23:53:36 UTC (rev 165663)
@@ -1,5 +1,11 @@
 2014-03-14  Anders Carlsson  <[email protected]>
 
+        Try to fix the iOS build.
+
+        * UIProcess/mac/WebContextMac.mm:
+
+2014-03-14  Anders Carlsson  <[email protected]>
+
         Begin work on the bundle parameter API
         https://bugs.webkit.org/show_bug.cgi?id=130267
 

Modified: trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm (165662 => 165663)


--- trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm	2014-03-14 23:44:04 UTC (rev 165662)
+++ trunk/Source/WebKit2/UIProcess/mac/WebContextMac.mm	2014-03-14 23:53:36 UTC (rev 165663)
@@ -60,7 +60,7 @@
 
 #endif
 
-#if __MAC_OS_X_VERSION_MIN_REQUIRED == 1080
+#if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED == 1080
 @interface NSKeyedArchiver (WKDetails)
 - (void)setRequiresSecureCoding:(BOOL)b;
 @end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to