Title: [216844] trunk/Source/WebKit2
Revision
216844
Author
o...@webkit.org
Date
2017-05-14 06:27:10 -0700 (Sun, 14 May 2017)

Log Message

Unreviewed Mac cmake buildfix after r216690, just for fun.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (216843 => 216844)


--- trunk/Source/WebKit2/ChangeLog	2017-05-14 11:28:21 UTC (rev 216843)
+++ trunk/Source/WebKit2/ChangeLog	2017-05-14 13:27:10 UTC (rev 216844)
@@ -1,3 +1,9 @@
+2017-05-14  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed Mac cmake buildfix after r216690, just for fun.
+
+        * PlatformMac.cmake:
+
 2017-05-14  David Kilzer  <ddkil...@apple.com>
 
         Fix unused lambdas in WebKit2

Modified: trunk/Source/WebKit2/PlatformMac.cmake (216843 => 216844)


--- trunk/Source/WebKit2/PlatformMac.cmake	2017-05-14 11:28:21 UTC (rev 216843)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2017-05-14 13:27:10 UTC (rev 216844)
@@ -265,6 +265,7 @@
     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