| Index: Source/core/html/HTMLElement.idl
|
| diff --git a/Source/core/html/HTMLElement.idl b/Source/core/html/HTMLElement.idl
|
| index 7a849e9443fef9fa96094778f023998820335f0a..9b9a3dccaded875814a3f1cbeda6fda07cba0c54 100644
|
| --- a/Source/core/html/HTMLElement.idl
|
| +++ b/Source/core/html/HTMLElement.idl
|
| @@ -30,7 +30,7 @@ interface HTMLElement : Element {
|
|
|
| // user interaction
|
| [Reflect] attribute boolean hidden;
|
| - void click();
|
| + [ImplementedAs=clickForBindings] void click();
|
| [CustomElementCallbacks] attribute long tabIndex;
|
| void focus();
|
| void blur();
|
|
|