Index: Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp |
index 55c423ee85e7ba929a503180c55ee77d0782f491..05e8a8e38a526a530298a18b0cdcb059706ae566 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp |
@@ -260,7 +260,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) |
RefPtr<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)); |
} |