| Index: Source/core/dom/ElementRareData.h
|
| diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h
|
| index 649515fbf67a95949ace007963a40ec5421d9a9c..89bee3684ca2b69b0fbb27dd9fdfc0f33ea3909f 100644
|
| --- a/Source/core/dom/ElementRareData.h
|
| +++ b/Source/core/dom/ElementRareData.h
|
| @@ -46,7 +46,6 @@ public:
|
|
|
| void setPseudoElement(PseudoId, PassRefPtr<PseudoElement>);
|
| PseudoElement* pseudoElement(PseudoId) const;
|
| - bool hasPseudoElements() const { return m_generatedBefore || m_generatedAfter; }
|
|
|
| void resetComputedStyle();
|
| void resetDynamicRestyleObservations();
|
|
|