| Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| index d5277cc6839ab84660082320e25bd8e8a40a288d..1ca8efacca4399b37e85451985324fecd42e70a0 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| @@ -272,7 +272,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| RefPtrWillBeRawPtr<TestInterfaceEventConstructor> event = TestInterfaceEventConstructor::create(type, eventInit, exceptionState);
|
| if (exceptionState.throwIfNeeded())
|
| return;
|
| - if (DOMWrapperWorld::current(isolate).isIsolatedWorld()) {
|
| + if (DOMWrapperWorld::current(isolate)->isIsolatedWorld()) {
|
| if (!initializedByEventConstructorReadonlyAnyAttribute.IsEmpty())
|
| event->setSerializedInitializedByEventConstructorReadonlyAnyAttribute(SerializedScriptValue::createAndSwallowExceptions(initializedByEventConstructorReadonlyAnyAttribute, isolate));
|
| }
|
|
|