aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFrameSetElement.webidl
diff options
context:
space:
mode:
authorPiotr Stankiewicz <bionicrift@gmail.com>2016-05-15 23:47:15 +0100
committerPiotr Stankiewicz <bionicrift@gmail.com>2016-05-20 18:25:13 +0100
commitd1af39c114d9b1b101826d541afb09105971084b (patch)
tree75923725099e5a443e76c6a740b7df01ea7a30d3 /components/script/dom/webidls/HTMLFrameSetElement.webidl
parent4590fe230f6a498a05109679e3a4064cfafef9e6 (diff)
downloadservo-d1af39c114d9b1b101826d541afb09105971084b.tar.gz
servo-d1af39c114d9b1b101826d541afb09105971084b.zip
dom: Add missing event handlers
Adding: * global event handlers, * window event handlers, * document and element handlers, * and support for BeforeUnloadEvent. Signed-off-by: Piotr Stankiewicz <bionicrift@gmail.com>
Diffstat (limited to 'components/script/dom/webidls/HTMLFrameSetElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLFrameSetElement.webidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLFrameSetElement.webidl b/components/script/dom/webidls/HTMLFrameSetElement.webidl
index f35de93e545..5addd41d253 100644
--- a/components/script/dom/webidls/HTMLFrameSetElement.webidl
+++ b/components/script/dom/webidls/HTMLFrameSetElement.webidl
@@ -7,4 +7,5 @@ interface HTMLFrameSetElement : HTMLElement {
// attribute DOMString cols;
// attribute DOMString rows;
};
-//HTMLFrameSetElement implements WindowEventHandlers;
+
+HTMLFrameSetElement implements WindowEventHandlers;