| Index: third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h | 
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h | 
| index 32b5076b80c1b4f4658cee71b05e3903ae61d2c7..c278704021b78eece7529061870acc7211716829 100644 | 
| --- a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h | 
| +++ b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h | 
| @@ -75,7 +75,7 @@ private: | 
| V8RuntimeAgent* m_runtimeAgent; | 
| HeapHashMap<String, Member<blink::Animation>> m_idToAnimation; | 
| HeapHashMap<String, Member<blink::Animation>> m_idToAnimationClone; | 
| -    HeapHashMap<String, String> m_idToAnimationType; | 
| +    HashMap<String, String> m_idToAnimationType; | 
| bool m_isCloning; | 
| HashSet<String> m_clearedAnimations; | 
| }; | 
|  |