Title: [226983] trunk/Source/WTF
Revision
226983
Author
[email protected]
Date
2018-01-16 11:09:32 -0800 (Tue, 16 Jan 2018)

Log Message

[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:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (226982 => 226983)


--- trunk/Source/WTF/ChangeLog	2018-01-16 19:04:22 UTC (rev 226982)
+++ trunk/Source/WTF/ChangeLog	2018-01-16 19:09:32 UTC (rev 226983)
@@ -1,3 +1,15 @@
+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-15  Michael Catanzaro  <[email protected]>
 
         Improve use of ExportMacros

Modified: trunk/Source/WTF/wtf/PlatformWin.cmake (226982 => 226983)


--- trunk/Source/WTF/wtf/PlatformWin.cmake	2018-01-16 19:04:22 UTC (rev 226982)
+++ trunk/Source/WTF/wtf/PlatformWin.cmake	2018-01-16 19:09:32 UTC (rev 226983)
@@ -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