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