Title: [202898] trunk/Source/WebKit2
Revision
202898
Author
[email protected]
Date
2016-07-07 01:09:15 -0700 (Thu, 07 Jul 2016)

Log Message

[Mac][cmake] Unreviewed buildfix after r202889. Just for fun.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (202897 => 202898)


--- trunk/Source/WebKit2/ChangeLog	2016-07-07 06:58:19 UTC (rev 202897)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-07 08:09:15 UTC (rev 202898)
@@ -1,3 +1,9 @@
+2016-07-07  Csaba Osztrogonác  <[email protected]>
+
+        [Mac][cmake] Unreviewed buildfix after r202889. Just for fun.
+
+        * PlatformMac.cmake:
+
 2016-07-06  Tim Horton  <[email protected]>
 
         Some API tests started failing after r202889

Modified: trunk/Source/WebKit2/PlatformMac.cmake (202897 => 202898)


--- trunk/Source/WebKit2/PlatformMac.cmake	2016-07-07 06:58:19 UTC (rev 202897)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2016-07-07 08:09:15 UTC (rev 202898)
@@ -99,6 +99,7 @@
     Shared/Cocoa/APIObject.mm
     Shared/Cocoa/CompletionHandlerCallChecker.mm
     Shared/Cocoa/DataDetectionResult.mm
+    Shared/Cocoa/LoadParametersCocoa.mm
     Shared/Cocoa/WKNSArray.mm
     Shared/Cocoa/WKNSData.mm
     Shared/Cocoa/WKNSDictionary.mm
@@ -333,6 +334,7 @@
     WebProcess/WebPage/ViewGestureGeometryCollector.cpp
 
     WebProcess/WebPage/Cocoa/RemoteLayerTreeDisplayRefreshMonitor.mm
+    WebProcess/WebPage/Cocoa/WebPageCocoa.mm
 
     WebProcess/WebPage/mac/GraphicsLayerCARemote.cpp
     WebProcess/WebPage/mac/PageBannerMac.mm
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to