Index: Source/bindings/tests/results/V8TestCallbackInterface.h |
diff --git a/Source/bindings/tests/results/V8TestCallbackInterface.h b/Source/bindings/tests/results/V8TestCallbackInterface.h |
index c1c870477147ee192649ab476dba2bd25848de40..f544a071675b081ab6052de33b6433fb7a3b0417 100644 |
--- a/Source/bindings/tests/results/V8TestCallbackInterface.h |
+++ b/Source/bindings/tests/results/V8TestCallbackInterface.h |
@@ -66,7 +66,7 @@ private: |
v8::Isolate* m_isolate; |
ScopedPersistent<v8::Function> m_callback; |
- RefPtr<DOMWrapperWorld> m_world; |
+ DOMWrapperWorld* m_world; |
}; |
} |