mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Make HTMLHyperlinkElementUtils a mixin, not a NoInterfaceObject
Commit b8afa0abde
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`.
This commit is contained in:
@ -10,8 +10,7 @@
|
|||||||
* and create derivative works of this document.
|
* and create derivative works of this document.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
[NoInterfaceObject]
|
interface mixin HTMLHyperlinkElementUtils {
|
||||||
interface HTMLHyperlinkElementUtils {
|
|
||||||
// Bug 824857: no support for stringifier attributes yet.
|
// Bug 824857: no support for stringifier attributes yet.
|
||||||
// stringifier attribute USVString href;
|
// stringifier attribute USVString href;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user