Title: [216220] trunk/Source/_javascript_Core
Revision
216220
Author
[email protected]
Date
2017-05-04 17:46:43 -0700 (Thu, 04 May 2017)

Log Message

Gardening: Build fix for Windows after r216217.
https://bugs.webkit.org/show_bug.cgi?id=171586

Not reviewed.

* shell/PlatformWin.cmake:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (216219 => 216220)


--- trunk/Source/_javascript_Core/ChangeLog	2017-05-05 00:06:50 UTC (rev 216219)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-05-05 00:46:43 UTC (rev 216220)
@@ -1,3 +1,12 @@
+2017-05-04  Mark Lam  <[email protected]>
+
+        Gardening: Build fix for Windows after r216217.
+        https://bugs.webkit.org/show_bug.cgi?id=171586
+
+        Not reviewed.
+
+        * shell/PlatformWin.cmake:
+
 2017-05-04  Filip Pizlo  <[email protected]>
 
         JSC::Heap should expose a richer API for requesting GCs

Modified: trunk/Source/_javascript_Core/shell/PlatformWin.cmake (216219 => 216220)


--- trunk/Source/_javascript_Core/shell/PlatformWin.cmake	2017-05-05 00:06:50 UTC (rev 216219)
+++ trunk/Source/_javascript_Core/shell/PlatformWin.cmake	2017-05-05 00:46:43 UTC (rev 216220)
@@ -33,6 +33,7 @@
     ../API/tests/GlobalContextWithFinalizerTest.cpp
     ../API/tests/JSONParseTest.cpp
     ../API/tests/PingPongStackOverflowTest.cpp
+    ../API/tests/MultithreadedMultiVMExecutionTest.cpp
     ../API/tests/testapi.c
     ../API/tests/TypedArrayCTest.cpp
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to