| Index: Source/core/dom/ElementRareData.h
|
| diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h
|
| index 36088bc7d2d46b037b96889deffb3fbd92bb0293..f1d57ba51a1c909c77d51c452cced0e530c1c792 100644
|
| --- a/Source/core/dom/ElementRareData.h
|
| +++ b/Source/core/dom/ElementRareData.h
|
| @@ -52,8 +52,6 @@ public:
|
| void setPseudoElement(PseudoId, PassRefPtrWillBeRawPtr<PseudoElement>);
|
| PseudoElement* pseudoElement(PseudoId) const;
|
|
|
| - void resetStyleState();
|
| -
|
| short tabIndex() const { return m_tabindex; }
|
|
|
| void setTabIndexExplicitly(short index)
|
| @@ -227,11 +225,6 @@ inline PseudoElement* ElementRareData::pseudoElement(PseudoId pseudoId) const
|
| }
|
| }
|
|
|
| -inline void ElementRareData::resetStyleState()
|
| -{
|
| - clearElementFlag(StyleAffectedByEmpty);
|
| -}
|
| -
|
| } // namespace
|
|
|
| #endif // ElementRareData_h
|
|
|