| Index: trunk/Source/bindings/tests/results/V8TestInterfaceConstructor3.h
|
| ===================================================================
|
| --- trunk/Source/bindings/tests/results/V8TestInterfaceConstructor3.h (revision 170423)
|
| +++ trunk/Source/bindings/tests/results/V8TestInterfaceConstructor3.h (working copy)
|
| @@ -79,7 +79,7 @@
|
| template<typename CallbackInfo>
|
| inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl)
|
| {
|
| - ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld());
|
| + ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
|
| if (UNLIKELY(!impl)) {
|
| v8SetReturnValueNull(callbackInfo);
|
| return;
|
|
|