| Index: Source/bindings/tests/results/V8TestSpecialOperationsOverrideBuiltins.h
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsOverrideBuiltins.h b/Source/bindings/tests/results/V8TestSpecialOperationsOverrideBuiltins.h
|
| index b21ebd39e8444b55c461f001f753e83cb214050c..37f39bfeceeddabf0984225aebb960cc7d48f4a0 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperationsOverrideBuiltins.h
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperationsOverrideBuiltins.h
|
| @@ -78,7 +78,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperat
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperationsOverrideBuiltins* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|