| Index: Source/core/inspector/InspectorCSSAgent.h
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.h b/Source/core/inspector/InspectorCSSAgent.h
|
| index 42822c688c500b92edfea2600717e1a9b2b9f14d..d2dd2580224a48467fcff086c7c26c14162049a7 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.h
|
| +++ b/Source/core/inspector/InspectorCSSAgent.h
|
| @@ -213,7 +213,7 @@ private:
|
| NodeIdToForcedPseudoState m_nodeIdToForcedPseudoState;
|
|
|
| RefPtrWillBeMember<CSSStyleSheet> m_inspectorUserAgentStyleSheet;
|
| - WillBeHeapHashMap<String, String> m_editedStyleSheets;
|
| + HashMap<String, String> m_editedStyleSheets;
|
|
|
| int m_lastStyleSheetId;
|
| int m_styleSheetsPendingMutation;
|
|
|