| Index: Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h b/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| index 9b9baab37c5b6ee3630ed65b8c6b3fe46dd480ed..71f940e8cfb38087648ee523582ca45c1a998e29 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsCustom.h
|
| @@ -86,7 +86,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperat
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperationsCustom* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|