Chromium Code Reviews| Index: sky/engine/core/dom/Element.h |
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h |
| index 506fc19b70cec9e8da282df63a6068a017a0a99e..fc7b4976b45efcf4cb4b24eae19d1027e6d76310 100644 |
| --- a/sky/engine/core/dom/Element.h |
| +++ b/sky/engine/core/dom/Element.h |
| @@ -293,8 +293,6 @@ public: |
| const AtomicString& dir(); |
| void setDir(const AtomicString&); |
| - void click(); |
| - |
| protected: |
| Element(const QualifiedName& tagName, Document*, ConstructionType); |