| Index: Source/bindings/v8/ScriptDebugServer.cpp
|
| diff --git a/Source/bindings/v8/ScriptDebugServer.cpp b/Source/bindings/v8/ScriptDebugServer.cpp
|
| index 637e5683e122cac8b34785558744c58b7807bcfd..1e109467cf89c5b628ed5f513610821851b75f25 100644
|
| --- a/Source/bindings/v8/ScriptDebugServer.cpp
|
| +++ b/Source/bindings/v8/ScriptDebugServer.cpp
|
| @@ -543,7 +543,7 @@ v8::Handle<v8::Value> ScriptDebugServer::setFunctionVariableValue(v8::Handle<v8:
|
| {
|
| v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
|
| if (m_debuggerScript.isEmpty())
|
| - return m_isolate->ThrowException(v8::String::NewFromUtf8(m_isolate, "Debugging is not enabled."));
|
| + return m_isolate->ThrowException(v8AtomicString(m_isolate, "Debugging is not enabled."));
|
|
|
| v8::Handle<v8::Value> argv[] = {
|
| functionValue,
|
|
|