Index: Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.h |
diff --git a/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.h b/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.h |
index 39148a4ff4b8ffa812db4121fccdea978fe38c64..afecb21c44d69de832612b1014a2b549bb8c4631 100644 |
--- a/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.h |
+++ b/Source/bindings/tests/results/V8TestSpecialOperationsAnonymous.h |
@@ -78,7 +78,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperat |
template<typename CallbackInfo> |
inline void v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperationsAnonymous* impl) |
{ |
- ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate())->isMainWorld()); |
+ ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld()); |
if (UNLIKELY(!impl)) { |
v8SetReturnValueNull(callbackInfo); |
return; |