aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLElement.webidl
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-11-24 20:12:17 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-12-05 18:33:03 -0800
commitc89ec3910f15f3a71be66d60da5cfd9aed1b30f1 (patch)
tree97546eded2fd8a314969e67721d689a39d52900a /components/script/dom/webidls/HTMLElement.webidl
parente68119f82f4b0684918a76299d115b86285be97b (diff)
downloadservo-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.webidl2
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();