| Index: trunk/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp
|
| ===================================================================
|
| --- trunk/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp (revision 170423)
|
| +++ trunk/Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp (working copy)
|
| @@ -272,7 +272,7 @@
|
| 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));
|
| }
|
|
|