| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| index 50b2a7ddca5b422f3b38f063ca526d0c0bfa2bfc..47deb9af3cf5d6ceef08b26642e9175e631935b9 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| @@ -84,7 +84,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceName
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor2* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|