Chromium Code Reviews| Index: Source/core/dom/Element.h |
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
| index 6d042c64391abda3eead423d8d1e51ebdc925490..32305380c4ff0cb5b28214bb8fdd4f79e0a3df81 100644 |
| --- a/Source/core/dom/Element.h |
| +++ b/Source/core/dom/Element.h |
| @@ -502,6 +502,9 @@ public: |
| void setTabIndex(int); |
| virtual short tabIndex() const override; |
| + void incrementProxyCount(); |
| + void decrementProxyCount(); |
| + |
| DECLARE_VIRTUAL_TRACE(); |
| SpellcheckAttributeState spellcheckAttributeState() const; |