Title: [200469] trunk/Source/WebCore
Revision
200469
Author
wei...@apple.com
Date
2016-05-05 12:46:12 -0700 (Thu, 05 May 2016)

Log Message

Fix the build.

* platform/network/cf/CertificateInfo.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (200468 => 200469)


--- trunk/Source/WebCore/ChangeLog	2016-05-05 19:20:23 UTC (rev 200468)
+++ trunk/Source/WebCore/ChangeLog	2016-05-05 19:46:12 UTC (rev 200469)
@@ -1,3 +1,9 @@
+2016-05-05  Sam Weinig  <s...@webkit.org>
+
+        Fix the build.
+
+        * platform/network/cf/CertificateInfo.h:
+
 2016-05-05  Eric Carlson  <eric.carl...@apple.com>
 
         [iOS] Media information is sometimes not shown in Control Center

Modified: trunk/Source/WebCore/platform/network/cf/CertificateInfo.h (200468 => 200469)


--- trunk/Source/WebCore/platform/network/cf/CertificateInfo.h	2016-05-05 19:20:23 UTC (rev 200468)
+++ trunk/Source/WebCore/platform/network/cf/CertificateInfo.h	2016-05-05 19:46:12 UTC (rev 200469)
@@ -29,7 +29,7 @@
 #include "PlatformExportMacros.h"
 #include <wtf/RetainPtr.h>
 
-#if HAVE(SEC_TRUST_SERIALIZATION)
+#if PLATFORM(COCOA)
 #include <Security/SecTrust.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to