| Index: Source/bindings/tests/results/V8TestInterfaceNode.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.h b/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| index 1fe4e138ea6f344890f5e82c7b106e673494f375..f965782132cea298b6bbf0e95539ee3ba79e6823 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| @@ -80,7 +80,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceNode
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceNode* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|