| Index: third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
 | 
| diff --git a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
 | 
| index 65520c232834971a4579635d496e55fb656f9824..b8d15714fc114a1eab4618dfc4c2fea5700e8cbb 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
 | 
| +++ b/third_party/WebKit/Source/core/animation/CompositorPendingAnimations.h
 | 
| @@ -64,8 +64,8 @@ public:
 | 
|  private:
 | 
|      void timerFired(Timer<CompositorPendingAnimations>*) { update(false); }
 | 
|  
 | 
| -    PersistentHeapVectorWillBeHeapVector<Member<Animation>> m_pending;
 | 
| -    PersistentHeapVectorWillBeHeapVector<Member<Animation>> m_waitingForCompositorAnimationStart;
 | 
| +    HeapVector<Member<Animation>> m_pending;
 | 
| +    HeapVector<Member<Animation>> m_waitingForCompositorAnimationStart;
 | 
|      Timer<CompositorPendingAnimations> m_timer;
 | 
|      int m_compositorGroup;
 | 
|  };
 | 
| 
 |