Index: Source/bindings/templates/callback_interface.h |
diff --git a/Source/bindings/templates/callback_interface.h b/Source/bindings/templates/callback_interface.h |
index 514436ad45e2fe7c5dd5a389486e49310f99f0d3..892bae55396e8878e444c14346ec2a72148513ab 100644 |
--- a/Source/bindings/templates/callback_interface.h |
+++ b/Source/bindings/templates/callback_interface.h |
@@ -62,7 +62,7 @@ private: |
v8::Isolate* m_isolate; |
ScopedPersistent<v8::Function> m_callback; |
- RefPtr<DOMWrapperWorld> m_world; |
+ DOMWrapperWorld* m_world; |
}; |
} |