Chromium Code Reviews| Index: Source/core/html/HTMLElement.h |
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
| index b218b460cda527b263734fbe231653882b0fae4c..7a7ec1d1b6a8a95ee8643344bec1cb15d0d73da3 100644 |
| --- a/Source/core/html/HTMLElement.h |
| +++ b/Source/core/html/HTMLElement.h |
| @@ -69,7 +69,7 @@ public: |
| const AtomicString& dir(); |
| void setDir(const AtomicString&); |
| - void click(); |
| + void clickForBindings(); |
| void accessKeyAction(bool sendMouseEvents) override; |