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