Title: [106277] trunk/Source/_javascript_Core
- Revision
- 106277
- Author
- [email protected]
- Date
- 2012-01-30 12:57:56 -0800 (Mon, 30 Jan 2012)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=77163
MacroAssemblerCodeRef.h uses OS(WIN) instead of OS(WINDOWS)
Rubber stamped by Geoff Garen
* assembler/MacroAssemblerCodeRef.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (106276 => 106277)
--- trunk/Source/_javascript_Core/ChangeLog 2012-01-30 20:38:32 UTC (rev 106276)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-01-30 20:57:56 UTC (rev 106277)
@@ -1,5 +1,14 @@
2012-01-30 Gavin Barraclough <[email protected]>
+ https://bugs.webkit.org/show_bug.cgi?id=77163
+ MacroAssemblerCodeRef.h uses OS(WIN) instead of OS(WINDOWS)
+
+ Rubber stamped by Geoff Garen
+
+ * assembler/MacroAssemblerCodeRef.h:
+
+2012-01-30 Gavin Barraclough <[email protected]>
+
Unreviewed build fix for interpreter builds.
* bytecode/CodeBlock.cpp:
Modified: trunk/Source/_javascript_Core/assembler/MacroAssemblerCodeRef.h (106276 => 106277)
--- trunk/Source/_javascript_Core/assembler/MacroAssemblerCodeRef.h 2012-01-30 20:38:32 UTC (rev 106276)
+++ trunk/Source/_javascript_Core/assembler/MacroAssemblerCodeRef.h 2012-01-30 20:57:56 UTC (rev 106277)
@@ -52,7 +52,7 @@
#define ASSERT_VALID_CODE_OFFSET(offset) // Anything goes!
#endif
-#if CPU(X86) && OS(WIN)
+#if CPU(X86) && OS(WINDOWS)
#define CALLING_CONVENTION_IS_STDCALL 1
#ifndef CDECL
#if COMPILER(MSVC)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes