Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 7b6beb53c262d20b6857c351f31247dafba9f83e..9a7b8c56cacc0cce2a13b76fe7d20707ece7a9e2 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1385,7 +1385,7 @@ private: |
OwnPtr<TouchEventTargetSet> m_touchEventTargets; |
- RefPtr<ScriptedAnimationController> m_scriptedAnimationController; |
+ RefPtrWillBeMember<ScriptedAnimationController> m_scriptedAnimationController; |
OwnPtr<MainThreadTaskRunner> m_taskRunner; |
OwnPtr<TextAutosizer> m_textAutosizer; |
OwnPtr<FastTextAutosizer> m_fastTextAutosizer; |