Index: Source/bindings/v8/V8CustomElementLifecycleCallbacks.h |
diff --git a/Source/bindings/v8/V8CustomElementLifecycleCallbacks.h b/Source/bindings/v8/V8CustomElementLifecycleCallbacks.h |
index f3b062e8b6b2d448f844221fa5dfcaece3779d66..297fd4909b820a1847c528855b3cf4fb9705f8a7 100644 |
--- a/Source/bindings/v8/V8CustomElementLifecycleCallbacks.h |
+++ b/Source/bindings/v8/V8CustomElementLifecycleCallbacks.h |
@@ -68,7 +68,7 @@ private: |
v8::Isolate* m_isolate; |
CustomElementDefinition* m_owner; |
- RefPtr<DOMWrapperWorld> m_world; |
+ DOMWrapperWorld* m_world; |
ScopedPersistent<v8::Object> m_prototype; |
ScopedPersistent<v8::Function> m_created; |
ScopedPersistent<v8::Function> m_attached; |