Index: trunk/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
=================================================================== |
--- trunk/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h (revision 170423) |
+++ trunk/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h (working copy) |
@@ -78,7 +78,7 @@ |
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; |