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