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