Index: Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
index 29a40ce7e3679f909e553be9cbf94b94786e9d1b..1c7ce8ec63053f1aec9be832e14516b52c14a9fc 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
@@ -78,7 +78,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceChec |
template<typename CallbackInfo> |
inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) |
{ |
- ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld()); |
+ ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |