Title: [227114] branches/safari-605-branch/Source/WTF
Revision
227114
Author
jmarc...@apple.com
Date
2018-01-17 21:47:41 -0800 (Wed, 17 Jan 2018)

Log Message

Cherry-pick r227071. rdar://problem/36598125

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WTF/ChangeLog (227113 => 227114)


--- branches/safari-605-branch/Source/WTF/ChangeLog	2018-01-18 05:47:39 UTC (rev 227113)
+++ branches/safari-605-branch/Source/WTF/ChangeLog	2018-01-18 05:47:41 UTC (rev 227114)
@@ -1,5 +1,21 @@
 2018-01-17  Jason Marcell  <jmarc...@apple.com>
 
+        Cherry-pick r227071. rdar://problem/36598125
+
+    2018-01-17  Per Arne Vollan  <pvol...@apple.com>
+
+            [Win] Compile error: 'wtf/text/icu/TextBreakIteratorICU.h' not found.
+            https://bugs.webkit.org/show_bug.cgi?id=181744
+            <rdar://problem/36582562>
+
+            Reviewed by Alex Christensen.
+
+            Add WTF folders to forwarding headers directories.
+
+            * wtf/PlatformWin.cmake:
+
+2018-01-17  Jason Marcell  <jmarc...@apple.com>
+
         Cherry-pick r226940. rdar://problem/36598019
 
     2018-01-13  Mark Lam  <mark....@apple.com>

Modified: branches/safari-605-branch/Source/WTF/wtf/PlatformWin.cmake (227113 => 227114)


--- branches/safari-605-branch/Source/WTF/wtf/PlatformWin.cmake	2018-01-18 05:47:39 UTC (rev 227113)
+++ branches/safari-605-branch/Source/WTF/wtf/PlatformWin.cmake	2018-01-18 05:47:41 UTC (rev 227114)
@@ -35,6 +35,8 @@
     persistence
     spi
     text
+    text/cf
+    text/icu
     text/win
     threads
     unicode
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to