aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-10-01 15:29:50 -0400
committerGitHub <noreply@github.com>2019-10-01 15:29:50 -0400
commit33de38aa85a2c84228d9a3b15ef012b31a1867ec (patch)
treeef60f0b8c5cd000d7b2eb9342fc208e2c3994552 /components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
parentd3475e5c3f17b89d7c9d3f36a065e56169e39060 (diff)
parentd6c58b8226f1f87c61ff36476c8690639214be2b (diff)
downloadservo-33de38aa85a2c84228d9a3b15ef012b31a1867ec.tar.gz
servo-33de38aa85a2c84228d9a3b15ef012b31a1867ec.zip
Auto merge of #24332 - saschanaz:mixin, r=jdm
Migrate to IDL mixin syntax <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [x] These changes fix #22539 <!-- Either: --> - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24332) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl')
-rw-r--r--components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl b/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
index 976d4632df9..7c4750a58f6 100644
--- a/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
+++ b/components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl
@@ -3,8 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlhyperlinkelementutils
-[NoInterfaceObject]
-interface HTMLHyperlinkElementUtils {
+interface mixin HTMLHyperlinkElementUtils {
// [CEReactions]
// stringifier attribute USVString href;
[CEReactions]