Title: [210896] trunk/Source/WebCore/platform/spi/ios/QuickLookSPI.h
Revision
210896
Author
aes...@apple.com
Date
2017-01-18 16:13:14 -0800 (Wed, 18 Jan 2017)

Log Message

Really fix the iOS 10 Internal SDK build after r210864.

Modified Paths

Diff

Modified: trunk/Source/WebCore/platform/spi/ios/QuickLookSPI.h (210895 => 210896)


--- trunk/Source/WebCore/platform/spi/ios/QuickLookSPI.h	2017-01-18 23:57:17 UTC (rev 210895)
+++ trunk/Source/WebCore/platform/spi/ios/QuickLookSPI.h	2017-01-19 00:13:14 UTC (rev 210896)
@@ -59,7 +59,7 @@
 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 110000
 static_assert(kQLReturnPasswordProtected == 4, "kQLReturnPasswordProtected should equal 4.");
 #else
-static_assert(kQLReturnPasswordProtected == 44832, "kQLReturnPasswordProtected should equal 44832.");
+static_assert(kQLReturnPasswordProtected == 44820, "kQLReturnPasswordProtected should equal 44820.");
 #endif
 
 WTF_EXTERN_C_BEGIN
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to