| Index: Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h b/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h
|
| index f9c5863bff804b896a65ec2e6a8ddd2ef7f1e10a..a01a28b771b0b4ae0ac689b058b472e563aa1713 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h
|
| @@ -80,7 +80,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCust
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|