| Index: Source/web/tests/CustomEventTest.cpp
|
| diff --git a/Source/web/tests/CustomEventTest.cpp b/Source/web/tests/CustomEventTest.cpp
|
| index 8e97a7083dbb3fd36a28ab154a80a296e17b6580..2f2ede41a00623fe688ecd24c8dacdfeffa89a05 100644
|
| --- a/Source/web/tests/CustomEventTest.cpp
|
| +++ b/Source/web/tests/CustomEventTest.cpp
|
| @@ -67,7 +67,7 @@ public:
|
| ScriptState::Scope scope(scriptState);
|
| v8::Handle<v8::Value> jsEvent = toV8(event, scriptState->context()->Global(), isolate());
|
|
|
| - EXPECT_EQ(jsEvent->ToObject(isolate())->Get(v8::String::NewFromUtf8(isolate(), "detail")), v8::Boolean::New(isolate(), true));
|
| + EXPECT_EQ(jsEvent->ToObject(isolate())->Get(v8AtomicString(isolate(), "detail")), v8::Boolean::New(isolate(), true));
|
| }
|
|
|
| static PassRefPtr<TestListener> create(ScriptState* scriptState)
|
|
|