Merge pull request #1604 from marienz/link-utils-mixin

Make HTMLHyperlinkElementUtils a mixin, not a NoInterfaceObject
This commit is contained in:
Alex Crichton 2019-06-17 16:56:21 -07:00 committed by GitHub
commit 1aa6773c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,7 @@
* and create derivative works of this document.
*/
[NoInterfaceObject]
interface HTMLHyperlinkElementUtils {
interface mixin HTMLHyperlinkElementUtils {
// Bug 824857: no support for stringifier attributes yet.
// stringifier attribute USVString href;