Title: [108448] trunk/Source/_javascript_Core
- Revision
- 108448
- Author
- [email protected]
- Date
- 2012-02-21 23:15:46 -0800 (Tue, 21 Feb 2012)
Log Message
Build fix for systems with case sensitive disks.
* llint/LLIntOfflineAsmConfig.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (108447 => 108448)
--- trunk/Source/_javascript_Core/ChangeLog 2012-02-22 06:29:33 UTC (rev 108447)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-02-22 07:15:46 UTC (rev 108448)
@@ -1,5 +1,11 @@
2012-02-21 Filip Pizlo <[email protected]>
+ Build fix for systems with case sensitive disks.
+
+ * llint/LLIntOfflineAsmConfig.h:
+
+2012-02-21 Filip Pizlo <[email protected]>
+
JSC should be a triple-tier VM
https://bugs.webkit.org/show_bug.cgi?id=75812
<rdar://problem/10079694>
Modified: trunk/Source/_javascript_Core/llint/LLIntOfflineAsmConfig.h (108447 => 108448)
--- trunk/Source/_javascript_Core/llint/LLIntOfflineAsmConfig.h 2012-02-22 06:29:33 UTC (rev 108447)
+++ trunk/Source/_javascript_Core/llint/LLIntOfflineAsmConfig.h 2012-02-22 07:15:46 UTC (rev 108448)
@@ -28,7 +28,7 @@
#include "LLIntCommon.h"
#include <wtf/Assertions.h>
-#include <wtf/InlineAsm.h>
+#include <wtf/InlineASM.h>
#include <wtf/Platform.h>
#if CPU(X86)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes