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