Title: [195733] trunk/Source
Revision
195733
Author
achristen...@apple.com
Date
2016-01-27 22:46:43 -0800 (Wed, 27 Jan 2016)

Log Message

Source/WebCore:
Fix clean CMake build after r195711.

* PlatformWin.cmake:
Copy forwarding headers from the new directory to find ContentSecurityPolicy.h.
This should fix EWS issues like the one seen in bug 153573.

Source/WebKit2:
Fix CMake build after r195722.

* PlatformMac.cmake:
Include new file.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (195732 => 195733)


--- trunk/Source/WebCore/ChangeLog	2016-01-28 06:45:13 UTC (rev 195732)
+++ trunk/Source/WebCore/ChangeLog	2016-01-28 06:46:43 UTC (rev 195733)
@@ -1,3 +1,11 @@
+2016-01-27  Alex Christensen  <achristen...@webkit.org>
+
+        Fix clean CMake build after r195711.
+
+        * PlatformWin.cmake:
+        Copy forwarding headers from the new directory to find ContentSecurityPolicy.h.
+        This should fix EWS issues like the one seen in bug 153573.
+
 2016-01-27  Chris Dumez  <cdu...@apple.com>
 
         Expose ValidityState on the global Window object

Modified: trunk/Source/WebCore/PlatformWin.cmake (195732 => 195733)


--- trunk/Source/WebCore/PlatformWin.cmake	2016-01-28 06:45:13 UTC (rev 195732)
+++ trunk/Source/WebCore/PlatformWin.cmake	2016-01-28 06:46:43 UTC (rev 195733)
@@ -209,6 +209,7 @@
     loader/archive/cf
 
     page/animation
+    page/csp
     page/scrolling
     page/win
 

Modified: trunk/Source/WebKit2/ChangeLog (195732 => 195733)


--- trunk/Source/WebKit2/ChangeLog	2016-01-28 06:45:13 UTC (rev 195732)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-28 06:46:43 UTC (rev 195733)
@@ -1,3 +1,10 @@
+2016-01-27  Alex Christensen  <achristen...@webkit.org>
+
+        Fix CMake build after r195722.
+
+        * PlatformMac.cmake:
+        Include new file.
+
 2016-01-27  Dan Bernstein  <m...@apple.com>
 
         Fix other builds.

Modified: trunk/Source/WebKit2/PlatformMac.cmake (195732 => 195733)


--- trunk/Source/WebKit2/PlatformMac.cmake	2016-01-28 06:45:13 UTC (rev 195732)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2016-01-28 06:46:43 UTC (rev 195733)
@@ -83,6 +83,7 @@
     Shared/Cocoa/APIDataCocoa.mm
     Shared/Cocoa/APIObject.mm
     Shared/Cocoa/CompletionHandlerCallChecker.mm
+    Shared/Cocoa/DataDetectionResult.mm
     Shared/Cocoa/WKNSArray.mm
     Shared/Cocoa/WKNSData.mm
     Shared/Cocoa/WKNSDictionary.mm
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to