From 284837daa07b29d6a63a748544a90b1f5842ac5c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 10 Sep 2012 19:10:20 +0200 Subject: Imported WebKit commit 68645295d2e3e09af2c942f092556f06aa5f8b0d (http://svn.webkit.org/repository/webkit/trunk@128073) New snapshot --- Source/JavaScriptCore/jsc.cpp | 55 +++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 26 deletions(-) (limited to 'Source/JavaScriptCore/jsc.cpp') diff --git a/Source/JavaScriptCore/jsc.cpp b/Source/JavaScriptCore/jsc.cpp index 17ab51588..b044d5706 100644 --- a/Source/JavaScriptCore/jsc.cpp +++ b/Source/JavaScriptCore/jsc.cpp @@ -24,7 +24,6 @@ #include "BytecodeGenerator.h" #include "Completion.h" -#include #include "ExceptionHelpers.h" #include "InitializeThreading.h" #include "Interpreter.h" @@ -33,12 +32,14 @@ #include "JSFunction.h" #include "JSLock.h" #include "JSString.h" -#include #include "SamplingTool.h" #include #include #include #include +#include +#include +#include #if !OS(WINDOWS) #include @@ -80,7 +81,7 @@ using namespace JSC; using namespace WTF; -static bool fillBufferWithContentsOfFile(const UString& fileName, Vector& buffer); +static bool fillBufferWithContentsOfFile(const String& fileName, Vector& buffer); static EncodedJSValue JSC_HOST_CALL functionPrint(ExecState*); static EncodedJSValue JSC_HOST_CALL functionDebug(ExecState*); @@ -129,7 +130,7 @@ public: bool m_dump; bool m_exitCode; Vector