aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLLinkElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLLinkElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLLinkElement.webidl4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLLinkElement.webidl b/components/script/dom/webidls/HTMLLinkElement.webidl
index dde037463a9..0d04ba3f862 100644
--- a/components/script/dom/webidls/HTMLLinkElement.webidl
+++ b/components/script/dom/webidls/HTMLLinkElement.webidl
@@ -3,8 +3,10 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmllinkelement
-[Exposed=Window, HTMLConstructor]
+[Exposed=Window]
interface HTMLLinkElement : HTMLElement {
+ [HTMLConstructor] constructor();
+
[CEReactions]
attribute USVString href;
[CEReactions]