Index: third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
index 8e55d6cf2a4ef21c80f200bd090305315a08300c..362bd4361b9e23388efbb044562e44d4c18e7ee5 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLOutputElement.idl |
@@ -24,7 +24,7 @@ |
*/ |
// https://html.spec.whatwg.org/#the-output-element |
- |
+[HTMLConstructor] |
interface HTMLOutputElement : HTMLElement { |
[CEReactions, PutForwards=value] readonly attribute DOMTokenList htmlFor; |
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form; |