| Index: Source/web/tests/CustomEventTest.cpp
|
| diff --git a/Source/web/tests/CustomEventTest.cpp b/Source/web/tests/CustomEventTest.cpp
|
| index 81bb2b9fd5bc1606be83fe06d474ecae1f7becf9..2a8b72c4d67fa4ff8c98c27f89d1b5a4f56458ab 100644
|
| --- a/Source/web/tests/CustomEventTest.cpp
|
| +++ b/Source/web/tests/CustomEventTest.cpp
|
| @@ -108,7 +108,7 @@ TEST(CustomEventTest, InitWithSerializedScriptValue)
|
| WebDOMCustomEvent customEvent = event.to<WebDOMCustomEvent>();
|
|
|
| v8::Isolate* isolate = toIsolate(frame->frame());
|
| - V8ExecutionScope scope(isolate);
|
| + V8TestingScope scope(isolate);
|
| customEvent.initCustomEvent("blah", false, false, WebSerializedScriptValue::serialize(v8::Boolean::New(isolate, true)));
|
| RefPtr<DOMWrapperWorld> world = DOMWrapperWorld::create();
|
| RefPtr<EventListener> listener = TestListener::create(isolate, *world);
|
|
|