| Index: Source/core/inspector/LayoutEditor.h
|
| diff --git a/Source/core/inspector/LayoutEditor.h b/Source/core/inspector/LayoutEditor.h
|
| index dbc9c0ceac996d55c1624766cc21e9b8866e1720..49b5670cbad4ca6420ce2799ebfae8c1b71c89ae 100644
|
| --- a/Source/core/inspector/LayoutEditor.h
|
| +++ b/Source/core/inspector/LayoutEditor.h
|
| @@ -61,7 +61,6 @@ private:
|
| bool m_isDirty;
|
|
|
| WillBeHeapVector<RefPtrWillBeMember<CSSStyleRule>> m_matchedRules;
|
| - HashMap<int, String> m_cachedSelectorsInfo;
|
| // -1 means "inline style".
|
| int m_currentRuleIndex;
|
| };
|
|
|