| Index: Source/bindings/tests/results/V8TestException.h
|
| diff --git a/Source/bindings/tests/results/V8TestException.h b/Source/bindings/tests/results/V8TestException.h
|
| index 70214e28c5ae29de8a81b99e574282144a3ca3b2..0404092930c107674bc826752228e83e72b15df2 100644
|
| --- a/Source/bindings/tests/results/V8TestException.h
|
| +++ b/Source/bindings/tests/results/V8TestException.h
|
| @@ -78,7 +78,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestException* im
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestException* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|