Title: [222491] trunk/Source/WebCore
Revision
222491
Author
[email protected]
Date
2017-09-25 22:26:34 -0700 (Mon, 25 Sep 2017)

Log Message

Fix the macOS WebCore CMake build

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (222490 => 222491)


--- trunk/Source/WebCore/ChangeLog	2017-09-26 04:56:11 UTC (rev 222490)
+++ trunk/Source/WebCore/ChangeLog	2017-09-26 05:26:34 UTC (rev 222491)
@@ -1,3 +1,9 @@
+2017-09-25  Timothy Horton  <[email protected]>
+
+        Fix the macOS WebCore CMake build
+
+        * PlatformMac.cmake:
+
 2017-09-25  Frederik Riedel  <[email protected]>
 
         Expose way to set values of classified form controls as {Legacy WebKit, WebKit} SPI

Modified: trunk/Source/WebCore/PlatformMac.cmake (222490 => 222491)


--- trunk/Source/WebCore/PlatformMac.cmake	2017-09-26 04:56:11 UTC (rev 222490)
+++ trunk/Source/WebCore/PlatformMac.cmake	2017-09-26 05:26:34 UTC (rev 222491)
@@ -75,6 +75,7 @@
     "${WEBCORE_DIR}/accessibility/mac"
     "${WEBCORE_DIR}/bridge/objc"
     "${WEBCORE_DIR}/editing/cocoa"
+    "${WEBCORE_DIR}/editing/ios"
     "${WEBCORE_DIR}/editing/mac"
     "${WEBCORE_DIR}/ForwardingHeaders"
     "${WEBCORE_DIR}/ForwardingHeaders/bindings"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to