diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-11-24 20:12:17 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-05 18:33:03 -0800 |
commit | c89ec3910f15f3a71be66d60da5cfd9aed1b30f1 (patch) | |
tree | 97546eded2fd8a314969e67721d689a39d52900a /components/script/dom/webidls/HTMLElement.webidl | |
parent | e68119f82f4b0684918a76299d115b86285be97b (diff) | |
download | servo-c89ec3910f15f3a71be66d60da5cfd9aed1b30f1.tar.gz servo-c89ec3910f15f3a71be66d60da5cfd9aed1b30f1.zip |
Hook up synthetic click activation to script_task and <>.click()
Diffstat (limited to 'components/script/dom/webidls/HTMLElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLElement.webidl b/components/script/dom/webidls/HTMLElement.webidl index 10be66c62e3..359ef11f0a7 100644 --- a/components/script/dom/webidls/HTMLElement.webidl +++ b/components/script/dom/webidls/HTMLElement.webidl @@ -23,7 +23,7 @@ interface HTMLElement : Element { // user interaction attribute boolean hidden; - //void click(); + void click(); // attribute long tabIndex; //void focus(); //void blur(); |