Skip to content

Commit 46e3cd5

Browse files
committed
Make HTMLHyperlinkElementUtils a mixin, not a NoInterfaceObject
Commit b8afa0a converted several interfaces from NoInterfaceObject to mixins. It looks like it missed HTMLHyperlinkElementUtils: it did update the interfaces that use HTMLHyperlinkElementUtils (from "implements" to "includes"), but did not mark HTMLHyperlinkElementUtils as a mixin. Fix it, which makes HtmlAnchorElement gain useful functions like `set_href`.
1 parent 9cac16f commit 46e3cd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/web-sys/webidls/enabled/HTMLHyperlinkElementUtils.webidl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
* and create derivative works of this document.
1111
*/
1212

13-
[NoInterfaceObject]
14-
interface HTMLHyperlinkElementUtils {
13+
interface mixin HTMLHyperlinkElementUtils {
1514
// Bug 824857: no support for stringifier attributes yet.
1615
// stringifier attribute USVString href;
1716

0 commit comments

Comments
 (0)