Title: [194860] trunk/Source/WebKit2
Revision
194860
Author
achristen...@apple.com
Date
2016-01-11 13:00:03 -0800 (Mon, 11 Jan 2016)

Log Message

Fix Mac CMake build after r194810.

* PlatformMac.cmake:
PendingDownload isn't needed until NETWORK_SESSION is used by default.
I'll figure this out when I make the switch.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (194859 => 194860)


--- trunk/Source/WebKit2/ChangeLog	2016-01-11 20:18:29 UTC (rev 194859)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-11 21:00:03 UTC (rev 194860)
@@ -1,3 +1,11 @@
+2016-01-11  Alex Christensen  <achristen...@webkit.org>
+
+        Fix Mac CMake build after r194810.
+
+        * PlatformMac.cmake:
+        PendingDownload isn't needed until NETWORK_SESSION is used by default.
+        I'll figure this out when I make the switch.
+
 2016-01-11  Mario Sanchez Prada  <ma...@endlessm.com>
 
         [WK2][GTK] Propagate motion-notify-event signals from the WebView

Modified: trunk/Source/WebKit2/PlatformMac.cmake (194859 => 194860)


--- trunk/Source/WebKit2/PlatformMac.cmake	2016-01-11 20:18:29 UTC (rev 194859)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2016-01-11 21:00:03 UTC (rev 194860)
@@ -429,8 +429,6 @@
 )
 
 list(APPEND WebKit2_MESSAGES_IN_FILES
-    NetworkProcess/Downloads/PendingDownload.messages.in
-
     Shared/API/Cocoa/RemoteObjectRegistry.messages.in
 
     Shared/mac/SecItemShim.messages.in
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to