| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index b3403499d310ad6a88ba3bccdceaf81c0ddaf937..a1586938b0096c164b9962fddf6b19eb34df2c07 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -404,6 +404,8 @@ 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&);
|
|
|
|
|