aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFrameSetElement.webidl
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-01 18:45:26 +0900
committerKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-01 18:45:26 +0900
commitd6c58b8226f1f87c61ff36476c8690639214be2b (patch)
tree359f5de4c26b3a5d18bd9e2e389c21d6a6d919d9 /components/script/dom/webidls/HTMLFrameSetElement.webidl
parent1b6715158dd9f04d63545f0c47a4605af3966aa9 (diff)
downloadservo-d6c58b8226f1f87c61ff36476c8690639214be2b.tar.gz
servo-d6c58b8226f1f87c61ff36476c8690639214be2b.zip
Migrate to IDL mixin syntax
Diffstat (limited to 'components/script/dom/webidls/HTMLFrameSetElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLFrameSetElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLFrameSetElement.webidl b/components/script/dom/webidls/HTMLFrameSetElement.webidl
index f1157304dac..eae4d57a68c 100644
--- a/components/script/dom/webidls/HTMLFrameSetElement.webidl
+++ b/components/script/dom/webidls/HTMLFrameSetElement.webidl
@@ -11,4 +11,4 @@ interface HTMLFrameSetElement : HTMLElement {
// attribute DOMString rows;
};
-HTMLFrameSetElement implements WindowEventHandlers;
+HTMLFrameSetElement includes WindowEventHandlers;