Index: third_party/WebKit/Source/core/html/HTMLDirectoryElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLDirectoryElement.idl b/third_party/WebKit/Source/core/html/HTMLDirectoryElement.idl |
index 64e76d50c3f32603f45f30ef243f7be73ee0e67c..4dcd8a0c188fc8c477fdf4f9db30be4b45eb91db 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLDirectoryElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLDirectoryElement.idl |
@@ -18,7 +18,7 @@ |
*/ |
// https://html.spec.whatwg.org/#htmldirectoryelement |
- |
+[HTMLConstructor] |
interface HTMLDirectoryElement : HTMLElement { |
[CEReactions, Reflect] attribute boolean compact; |
}; |