Skip to content

Commit 1aa6773

Browse files
authored
Merge pull request #1604 from marienz/link-utils-mixin
Make HTMLHyperlinkElementUtils a mixin, not a NoInterfaceObject
2 parents 3361e02 + 46e3cd5 commit 1aa6773

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)