Title: [226998] tags/Safari-605.1.23/Source/WTF
Revision
226998
Author
[email protected]
Date
2018-01-16 13:10:21 -0800 (Tue, 16 Jan 2018)

Log Message

Cherry-pick r226983. rdar://problem/36480409

Modified Paths

Diff

Modified: tags/Safari-605.1.23/Source/WTF/ChangeLog (226997 => 226998)


--- tags/Safari-605.1.23/Source/WTF/ChangeLog	2018-01-16 21:07:22 UTC (rev 226997)
+++ tags/Safari-605.1.23/Source/WTF/ChangeLog	2018-01-16 21:10:21 UTC (rev 226998)
@@ -1,3 +1,19 @@
+2018-01-16  Jason Marcell  <[email protected]>
+
+        Cherry-pick r226983. rdar://problem/36480409
+
+    2018-01-16  Per Arne Vollan  <[email protected]>
+
+            [Win] JSC compile error in runtime/DateConversion.cpp.
+            https://bugs.webkit.org/show_bug.cgi?id=181690
+            <rdar://problem/36480409>
+
+            Reviewed by Brent Fulgham.
+
+            Add 'text/win' folder to list of forwarding headers directories.
+
+            * wtf/PlatformWin.cmake:
+
 2018-01-11  Jason Marcell  <[email protected]>
 
         Cherry-pick r226784. rdar://problem/36450746

Modified: tags/Safari-605.1.23/Source/WTF/wtf/PlatformWin.cmake (226997 => 226998)


--- tags/Safari-605.1.23/Source/WTF/wtf/PlatformWin.cmake	2018-01-16 21:07:22 UTC (rev 226997)
+++ tags/Safari-605.1.23/Source/WTF/wtf/PlatformWin.cmake	2018-01-16 21:10:21 UTC (rev 226998)
@@ -1,5 +1,6 @@
 list(APPEND WTF_HEADERS
     cf/TypeCastsCF.h
+    text/win/WCharStringExtras.h
 )
 
 list(APPEND WTF_SOURCES
@@ -34,6 +35,7 @@
     persistence
     spi
     text
+    text/win
     threads
     unicode
     win
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to