Title: [166963] trunk/Source/WebKit2
Revision
166963
Author
ander...@apple.com
Date
2014-04-08 14:33:37 -0700 (Tue, 08 Apr 2014)

Log Message

Fix build.

* WebKit2Prefix.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (166962 => 166963)


--- trunk/Source/WebKit2/ChangeLog	2014-04-08 21:29:09 UTC (rev 166962)
+++ trunk/Source/WebKit2/ChangeLog	2014-04-08 21:33:37 UTC (rev 166963)
@@ -1,5 +1,11 @@
 2014-04-08  Anders Carlsson  <ander...@apple.com>
 
+        Fix build.
+
+        * WebKit2Prefix.h:
+
+2014-04-08  Anders Carlsson  <ander...@apple.com>
+
         Use an explicit class when decoding individual bundle parameters
         https://bugs.webkit.org/show_bug.cgi?id=131392
         <rdar://problem/16213914>

Modified: trunk/Source/WebKit2/WebKit2Prefix.h (166962 => 166963)


--- trunk/Source/WebKit2/WebKit2Prefix.h	2014-04-08 21:29:09 UTC (rev 166962)
+++ trunk/Source/WebKit2/WebKit2Prefix.h	2014-04-08 21:33:37 UTC (rev 166963)
@@ -69,6 +69,10 @@
 #endif
 
 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED == 1080 && defined(__OBJC__)
+@interface NSKeyedArchiver (WKDetails)
+- (void)setRequiresSecureCoding:(BOOL)requiresSecureCoding;
+@end
+
 @interface NSKeyedUnarchiver (WKDetails)
 - (void)setRequiresSecureCoding:(BOOL)requiresSecureCoding;
 @end
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to