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