Index: third_party/WebKit/Source/core/html/HTMLHeadElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLHeadElement.idl b/third_party/WebKit/Source/core/html/HTMLHeadElement.idl |
index dc5d2e53a694e2c391b45de2d1760718fbae7442..a603011e26f67756f1e2170cec7bc65d4ac68e83 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLHeadElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLHeadElement.idl |
@@ -18,6 +18,6 @@ |
*/ |
// https://html.spec.whatwg.org/#the-head-element |
- |
+[HTMLConstructor] |
interface HTMLHeadElement : HTMLElement { |
}; |