aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLStyleElement.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/HTMLStyleElement.webidl
parent1b6715158dd9f04d63545f0c47a4605af3966aa9 (diff)
downloadservo-d6c58b8226f1f87c61ff36476c8690639214be2b.tar.gz
servo-d6c58b8226f1f87c61ff36476c8690639214be2b.zip
Migrate to IDL mixin syntax
Diffstat (limited to 'components/script/dom/webidls/HTMLStyleElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLStyleElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLStyleElement.webidl b/components/script/dom/webidls/HTMLStyleElement.webidl
index b2b61cd1c79..09a2ba567f0 100644
--- a/components/script/dom/webidls/HTMLStyleElement.webidl
+++ b/components/script/dom/webidls/HTMLStyleElement.webidl
@@ -12,4 +12,4 @@ interface HTMLStyleElement : HTMLElement {
// [CEReactions]
// attribute boolean scoped;
};
-HTMLStyleElement implements LinkStyle;
+HTMLStyleElement includes LinkStyle;