Title: [231077] trunk/Source/_javascript_Core
Revision
231077
Author
[email protected]
Date
2018-04-26 14:53:28 -0700 (Thu, 26 Apr 2018)

Log Message

Gardening: Windows build fix.

Not reviewed.

* runtime/Options.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (231076 => 231077)


--- trunk/Source/_javascript_Core/ChangeLog	2018-04-26 21:48:32 UTC (rev 231076)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-04-26 21:53:28 UTC (rev 231077)
@@ -1,3 +1,11 @@
+2018-04-26  Mark Lam  <[email protected]>
+
+        Gardening: Windows build fix.
+
+        Not reviewed.
+
+        * runtime/Options.cpp:
+
 2018-04-26  Jer Noble  <[email protected]>
 
         WK_COCOA_TOUCH all the things.

Modified: trunk/Source/_javascript_Core/runtime/Options.cpp (231076 => 231077)


--- trunk/Source/_javascript_Core/runtime/Options.cpp	2018-04-26 21:48:32 UTC (rev 231076)
+++ trunk/Source/_javascript_Core/runtime/Options.cpp	2018-04-26 21:53:28 UTC (rev 231077)
@@ -49,7 +49,7 @@
 #endif
 
 #if OS(WINDOWS)
-#include "MacroAssemblerX86.h"
+#include "MacroAssembler.h"
 #endif
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to