Title: [109034] trunk/Source/_javascript_Core
- Revision
- 109034
- Author
- mahesh.kulka...@nokia.com
- Date
- 2012-02-27 15:56:09 -0800 (Mon, 27 Feb 2012)
Log Message
2012-02-27 Mahesh Kulkarni <mahesh.kulka...@nokia.com>
Unreviewed. Build fix for linux-bot (qt) after r109021.
* runtime/Error.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (109033 => 109034)
--- trunk/Source/_javascript_Core/ChangeLog 2012-02-27 23:48:52 UTC (rev 109033)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-02-27 23:56:09 UTC (rev 109034)
@@ -1,3 +1,9 @@
+2012-02-27 Mahesh Kulkarni <mahesh.kulka...@nokia.com>
+
+ Unreviewed. Build fix for linux-bot (qt) after r109021.
+
+ * runtime/Error.cpp:
+
2012-02-27 Oliver Hunt <oli...@apple.com>
REGRESSION (r108112): AWS Management Console at amazon.com fails to initialize
Modified: trunk/Source/_javascript_Core/runtime/Error.cpp (109033 => 109034)
--- trunk/Source/_javascript_Core/runtime/Error.cpp 2012-02-27 23:48:52 UTC (rev 109033)
+++ trunk/Source/_javascript_Core/runtime/Error.cpp 2012-02-27 23:56:09 UTC (rev 109034)
@@ -35,8 +35,9 @@
#include "JSString.h"
#include "NativeErrorConstructor.h"
#include "SourceCode.h"
-#include "StringBuilder.h"
+#include <wtf/text/StringBuilder.h>
+
namespace JSC {
static const char* linePropertyName = "line";
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes