Title: [219584] trunk/Source/WebKit
Revision
219584
Author
annu...@yandex.ru
Date
2017-07-17 16:12:56 -0700 (Mon, 17 Jul 2017)

Log Message

Unreviewed attempt to fix Mac cmake build

* PlatformMac.cmake: Remove reference to file which is gone since r219025

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (219583 => 219584)


--- trunk/Source/WebKit/ChangeLog	2017-07-17 23:06:52 UTC (rev 219583)
+++ trunk/Source/WebKit/ChangeLog	2017-07-17 23:12:56 UTC (rev 219584)
@@ -1,3 +1,9 @@
+2017-07-17  Konstantin Tokarev  <annu...@yandex.ru>
+
+        Unreviewed attempt to fix Mac cmake build
+
+        * PlatformMac.cmake: Remove reference to file which is gone since r219025
+
 2017-07-17  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [CMake] Include most CMake modules from WebKitCommon.cmake

Modified: trunk/Source/WebKit/PlatformMac.cmake (219583 => 219584)


--- trunk/Source/WebKit/PlatformMac.cmake	2017-07-17 23:06:52 UTC (rev 219583)
+++ trunk/Source/WebKit/PlatformMac.cmake	2017-07-17 23:12:56 UTC (rev 219584)
@@ -264,7 +264,6 @@
     UIProcess/Cocoa/WebPasteboardProxyCocoa.mm
     UIProcess/Cocoa/WebProcessPoolCocoa.mm
     UIProcess/Cocoa/WebProcessProxyCocoa.mm
-    UIProcess/Cocoa/WebResourceLoadStatisticsManagerCocoa.mm
     UIProcess/Cocoa/WebResourceLoadStatisticsStoreCocoa.mm
     UIProcess/Cocoa/WebURLSchemeHandlerCocoa.mm
     UIProcess/Cocoa/WebViewImpl.mm
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to