Index: Source/bindings/tests/results/V8TestInterfaceEmpty.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceEmpty.h b/Source/bindings/tests/results/V8TestInterfaceEmpty.h |
index 0f856348102961710a5c7f109f76bc82dca619bd..3cb137800f4271148eb166d4f61d186e071a1f38 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceEmpty.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceEmpty.h |
@@ -78,7 +78,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEmpt |
template<typename CallbackInfo> |
inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl) |
{ |
- ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld()); |
+ ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |