Title: [218338] branches/safari-604.1.25.3-branch/Source/WebCore/page/Settings.in
Revision
218338
Author
matthew_han...@apple.com
Date
2017-06-15 10:01:26 -0700 (Thu, 15 Jun 2017)

Log Message

rdar://problem/32621736

Modified Paths


Diff

Modified: branches/safari-604.1.25.3-branch/Source/WebCore/page/Settings.in (218337 => 218338)


--- branches/safari-604.1.25.3-branch/Source/WebCore/page/Settings.in	2017-06-15 17:01:26 UTC (rev 218337)
+++ branches/safari-604.1.25.3-branch/Source/WebCore/page/Settings.in	2017-06-15 17:01:26 UTC (rev 218338)
@@ -292,7 +292,7 @@
 
 langAttributeAwareFormControlUIEnabled initial=false
 
-#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED > 110000)
+#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 101300) || (PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED <= 110000)
 subresourceIntegrityEnabled initial=false
 #else
 subresourceIntegrityEnabled initial=true
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to