Title: [218932] trunk/Source/WebCore
Revision
218932
Author
[email protected]
Date
2017-06-29 09:47:47 -0700 (Thu, 29 Jun 2017)

Log Message

Unreviewed Apple CMake build after r218901

I did not add 'cocoa/FileMonitorCocoa.mm' to the PlatformMac.cmake file as part of r218901.):

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218931 => 218932)


--- trunk/Source/WebCore/ChangeLog	2017-06-29 16:44:11 UTC (rev 218931)
+++ trunk/Source/WebCore/ChangeLog	2017-06-29 16:47:47 UTC (rev 218932)
@@ -1,3 +1,11 @@
+2017-06-29  Brent Fulgham  <[email protected]>
+
+        Unreviewed Apple CMake build after r218901
+
+        I did not add 'cocoa/FileMonitorCocoa.mm' to the PlatformMac.cmake file as part of r218901.):
+
+        * PlatformMac.cmake:
+
 2017-06-29  Frederic Wang  <[email protected]>
 
         Small improvement of calls to RenderLayerBacking members

Modified: trunk/Source/WebCore/PlatformMac.cmake (218931 => 218932)


--- trunk/Source/WebCore/PlatformMac.cmake	2017-06-29 16:44:11 UTC (rev 218931)
+++ trunk/Source/WebCore/PlatformMac.cmake	2017-06-29 16:47:47 UTC (rev 218932)
@@ -340,6 +340,7 @@
 
     platform/cocoa/ContentFilterUnblockHandlerCocoa.mm
     platform/cocoa/CoreVideoSoftLink.cpp
+    platform/cocoa/FileMonitorCocoa.mm
     platform/cocoa/FileSystemCocoa.mm
     platform/cocoa/KeyEventCocoa.mm
     platform/cocoa/LocalizedStringsCocoa.mm
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to