Index: Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor3.h b/Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
index 87ab65ea9ea972b2e1cd24891b016bfe7444986c..715d75b2f3656b5710dc3e778687c019695570c9 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor3.h |
@@ -79,7 +79,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCons |
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; |