| Index: Source/core/inspector/InspectorAnimationAgent.h
|
| diff --git a/Source/core/inspector/InspectorAnimationAgent.h b/Source/core/inspector/InspectorAnimationAgent.h
|
| index 01c31973a3243a39d01642f957a5a97fead0727a..66b84913ad8828bbde7bd5d8bc608764013e20e8 100644
|
| --- a/Source/core/inspector/InspectorAnimationAgent.h
|
| +++ b/Source/core/inspector/InspectorAnimationAgent.h
|
| @@ -66,7 +66,7 @@ private:
|
|
|
| RawPtrWillBeMember<InspectorPageAgent> m_pageAgent;
|
| RawPtrWillBeMember<InspectorDOMAgent> m_domAgent;
|
| - WillBeHeapHashMap<String, RefPtrWillBeMember<Animation>> m_idToAnimation;
|
| + PersistentHeapHashMapWillBeHeapHashMap<String, Member<Animation>> m_idToAnimation;
|
| WillBeHeapHashMap<String, AnimationType> m_idToAnimationType;
|
| double m_latestStartTime;
|
| };
|
|
|