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