Title: [258125] trunk/Source/WebCore
Revision
258125
Author
annu...@yandex.ru
Date
2020-03-08 18:03:34 -0700 (Sun, 08 Mar 2020)

Log Message

[CMake] Unreviewed build fix for Mac port

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (258124 => 258125)


--- trunk/Source/WebCore/ChangeLog	2020-03-09 00:55:16 UTC (rev 258124)
+++ trunk/Source/WebCore/ChangeLog	2020-03-09 01:03:34 UTC (rev 258125)
@@ -1,3 +1,9 @@
+2020-03-08  Konstantin Tokarev  <annu...@yandex.ru>
+
+        [CMake] Unreviewed build fix for Mac port
+
+        * PlatformMac.cmake:
+
 2020-03-08  Per Arne Vollan  <pvol...@apple.com>
 
         [iOS] Mapping to UTI from tag and tag class should be performed in the UI process

Modified: trunk/Source/WebCore/PlatformMac.cmake (258124 => 258125)


--- trunk/Source/WebCore/PlatformMac.cmake	2020-03-09 00:55:16 UTC (rev 258124)
+++ trunk/Source/WebCore/PlatformMac.cmake	2020-03-09 01:03:34 UTC (rev 258125)
@@ -157,9 +157,9 @@
     dom/DataTransferMac.mm
     dom/SlotAssignment.cpp
 
+    editing/cocoa/AlternativeTextUIController.mm
     editing/cocoa/AutofillElements.cpp
 
-    editing/mac/AlternativeTextUIController.mm
     editing/mac/EditorMac.mm
     editing/mac/TextAlternativeWithRange.mm
     editing/mac/TextUndoInsertionMarkupMac.mm
@@ -474,11 +474,11 @@
     crypto/keys/CryptoRsaKeyAlgorithm.h
     crypto/keys/CryptoKeyEC.h
 
+    editing/cocoa/AlternativeTextUIController.h
     editing/cocoa/AutofillElements.h
     editing/cocoa/DataDetection.h
     editing/cocoa/HTMLConverter.h
 
-    editing/mac/AlternativeTextUIController.h
     editing/mac/DictionaryLookup.h
     editing/mac/TextAlternativeWithRange.h
     editing/mac/TextUndoInsertionMarkupMac.h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to