| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index fbb7df73a2e99742abf24c3c0ce7a1207c058985..b4ea12891ae22e92f1c2fad4849c70e423357fb7 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -228,8 +228,6 @@ public:
|
| AtomicString computeInheritedLanguage() const;
|
| Locale& locale() const;
|
|
|
| - virtual void accessKeyAction(bool /*sendToAnyEvent*/) { }
|
| -
|
| virtual bool isURLAttribute(const Attribute&) const { return false; }
|
|
|
| virtual bool isLiveLink() const { return false; }
|
|
|