| Index: Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| index f2ba98dfd50b38e34393cbb050235c0ef21f6e62..1159388bb34db3f74875de35de5293e85c3aa9ef 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h
|
| @@ -83,7 +83,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceWill
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceWillBeGarbageCollected* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|