| Index: third_party/WebKit/Source/core/animation/AnimationTimeline.h
 | 
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
 | 
| index 8926e51f6d2cc3d70319fc5b6188984730e51c7f..324023a0479cfe39e41c15577546dd51b9535bf2 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h
 | 
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
 | 
| @@ -109,7 +109,7 @@ protected:
 | 
|      AnimationTimeline(Document*, PlatformTiming*);
 | 
|  
 | 
|  private:
 | 
| -    RawPtrWillBeMember<Document> m_document;
 | 
| +    Member<Document> m_document;
 | 
|      double m_zeroTime;
 | 
|      bool m_zeroTimeInitialized;
 | 
|      unsigned m_outdatedAnimationCount;
 | 
| 
 |