| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 74aed3c1fad1b0cfb5789535efb2b43b96b3c9c8..f298a23c6f26069154a7448f773f8f77a03ff3f6 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -399,8 +399,6 @@ public:
|
|
|
| virtual String title() const { return String(); }
|
|
|
| - virtual const AtomicString& pseudo() const { return shadowPseudoId(); }
|
| - void setPseudo(const AtomicString& value) { setShadowPseudoId(value); }
|
| virtual const AtomicString& shadowPseudoId() const;
|
| void setShadowPseudoId(const AtomicString&);
|
|
|
|
|