| Index: Source/core/testing/v8/WebCoreTestSupport.cpp
|
| diff --git a/Source/core/testing/v8/WebCoreTestSupport.cpp b/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| index f01e535fd54c8f3ff0a5e7ebabc92f47ee184438..6675bef878501ac8f444e8853d98010691854607 100644
|
| --- a/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| +++ b/Source/core/testing/v8/WebCoreTestSupport.cpp
|
| @@ -44,7 +44,7 @@ void injectInternalsObject(v8::Local<v8::Context> context)
|
| v8::Handle<v8::Object> global = scriptState->context()->Global();
|
| ExecutionContext* executionContext = scriptState->executionContext();
|
| if (executionContext->isDocument())
|
| - global->Set(v8::String::NewFromUtf8(scriptState->isolate(), Internals::internalsId), toV8(Internals::create(toDocument(executionContext)), global, scriptState->isolate()));
|
| + global->Set(v8AtomicString(scriptState->isolate(), Internals::internalsId), toV8(Internals::create(toDocument(executionContext)), global, scriptState->isolate()));
|
| }
|
|
|
| void resetInternalsObject(v8::Local<v8::Context> context)
|
|
|