| Index: Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| diff --git a/Source/bindings/core/v8/V8DOMConfiguration.cpp b/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| index cc848ad3453a37c849618219117599694d3b6cd1..297448537caf70a1403bdf0c6190ee43977f916a 100644
|
| --- a/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| +++ b/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| @@ -128,7 +128,7 @@ void installConstantInternal(v8::Isolate* isolate, v8::Local<v8::FunctionTemplat
|
| value = v8::Number::New(isolate, constant.dvalue);
|
| break;
|
| case V8DOMConfiguration::ConstantTypeString:
|
| - value = v8::String::NewFromUtf8(isolate, constant.svalue);
|
| + value = v8AtomicString(isolate, constant.svalue);
|
| break;
|
| default:
|
| ASSERT_NOT_REACHED();
|
|
|