Index: Source/core/animation/AnimationPlayer.h |
diff --git a/Source/core/animation/AnimationPlayer.h b/Source/core/animation/AnimationPlayer.h |
index 01e3ae5c342830d900ce051133b6a32f7fd5b183..d2627f6cb729f7a4d098232a4649654400b16839 100644 |
--- a/Source/core/animation/AnimationPlayer.h |
+++ b/Source/core/animation/AnimationPlayer.h |
@@ -203,7 +203,7 @@ private: |
// This mirrors the known compositor state. It is created when a compositor |
// animation is started. Updated once the start time is known and each time |
// modifications are pushed to the compositor. |
- OwnPtrWillBeMember<CompositorState> m_compositorState; |
+ OwnPtr<CompositorState> m_compositorState; |
bool m_compositorPending; |
bool m_currentTimePending; |
}; |