Index: third_party/WebKit/Source/core/html/HTMLSourceElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLSourceElement.idl b/third_party/WebKit/Source/core/html/HTMLSourceElement.idl |
index 5a7882a7e36bb6f6812241f784497abdc7f9dc45..bbb78fbd06ef029c447d8968c3b183921436108c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSourceElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLSourceElement.idl |
@@ -24,7 +24,7 @@ |
*/ |
// https://html.spec.whatwg.org/#the-source-element |
- |
+[HTMLConstructor] |
interface HTMLSourceElement : HTMLElement { |
[CEReactions, Reflect, URL] attribute DOMString src; |
[CEReactions] attribute DOMString type; |