Index: third_party/WebKit/Source/core/html/HTMLParamElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLParamElement.idl b/third_party/WebKit/Source/core/html/HTMLParamElement.idl |
index a711d71f2b2908ad50de76223a4cb864320c7489..bb31060b0eb53c864ec8ed91fba2b948285f662b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLParamElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLParamElement.idl |
@@ -18,7 +18,7 @@ |
*/ |
// https://html.spec.whatwg.org/#the-param-element |
- |
+[HTMLConstructor] |
interface HTMLParamElement : HTMLElement { |
[CEReactions, Reflect] attribute DOMString name; |
[CEReactions, Reflect] attribute DOMString value; |