| Index: Source/bindings/tests/results/V8TestInterfacePython2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython2.h b/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| index 25eab9b19480c9f85430335842be6bc382693e2c..4bffca97dda9ed6fbf76826dd71af99420399e17 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| @@ -75,7 +75,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfacePyth
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfacePython2* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|