Title: [221037] trunk/Source/WTF
Revision
221037
Author
[email protected]
Date
2017-08-22 13:13:54 -0700 (Tue, 22 Aug 2017)

Log Message

Fix Windows build after r221017.
https://bugs.webkit.org/show_bug.cgi?id=157053

* wtf/PlatformWin.cmake:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (221036 => 221037)


--- trunk/Source/WTF/ChangeLog	2017-08-22 20:10:28 UTC (rev 221036)
+++ trunk/Source/WTF/ChangeLog	2017-08-22 20:13:54 UTC (rev 221037)
@@ -1,3 +1,10 @@
+2017-08-22  Alex Christensen  <[email protected]>
+
+        Fix Windows build after r221017.
+        https://bugs.webkit.org/show_bug.cgi?id=157053
+
+        * wtf/PlatformWin.cmake:
+
 2017-08-22  Per Arne Vollan  <[email protected]>
 
         Implement 64-bit MacroAssembler::probe support for Windows.

Modified: trunk/Source/WTF/wtf/PlatformWin.cmake (221036 => 221037)


--- trunk/Source/WTF/wtf/PlatformWin.cmake	2017-08-22 20:10:28 UTC (rev 221036)
+++ trunk/Source/WTF/wtf/PlatformWin.cmake	2017-08-22 20:13:54 UTC (rev 221037)
@@ -1,3 +1,7 @@
+list(APPEND WTF_HEADERS
+    cf/TypeCastsCF.h
+)
+
 list(APPEND WTF_SOURCES
     PlatformUserPreferredLanguagesWin.cpp
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to