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