Title: [127970] trunk/Source/_javascript_Core
Revision
127970
Author
[email protected]
Date
2012-09-08 05:21:35 -0700 (Sat, 08 Sep 2012)

Log Message

LLInt buildfix for case sensitive filesystems
https://bugs.webkit.org/show_bug.cgi?id=96099

Reviewed by Michael Saboff.

* llint/LowLevelInterpreter.cpp: Fix filenames.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (127969 => 127970)


--- trunk/Source/_javascript_Core/ChangeLog	2012-09-08 11:37:45 UTC (rev 127969)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-09-08 12:21:35 UTC (rev 127970)
@@ -1,3 +1,12 @@
+2012-09-08  Csaba Osztrogonác  <[email protected]>
+
+        LLInt buildfix for case sensitive filesystems
+        https://bugs.webkit.org/show_bug.cgi?id=96099
+
+        Reviewed by Michael Saboff.
+
+        * llint/LowLevelInterpreter.cpp: Fix filenames.
+
 2012-09-07  Benjamin Poulain  <[email protected]>
 
         Rename the ustring() accessor to string()

Modified: trunk/Source/_javascript_Core/llint/LowLevelInterpreter.cpp (127969 => 127970)


--- trunk/Source/_javascript_Core/llint/LowLevelInterpreter.cpp	2012-09-08 11:37:45 UTC (rev 127969)
+++ trunk/Source/_javascript_Core/llint/LowLevelInterpreter.cpp	2012-09-08 12:21:35 UTC (rev 127970)
@@ -33,8 +33,8 @@
 
 #if ENABLE(LLINT_C_LOOP)
 #include "CodeBlock.h"
-#include "LLintCLoop.h"
-#include "LLintSlowPaths.h"
+#include "LLIntCLoop.h"
+#include "LLIntSlowPaths.h"
 #include "VMInspector.h"
 #include <wtf/MathExtras.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to