Index: third_party/WebKit/Source/core/html/HTMLOListElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLOListElement.idl b/third_party/WebKit/Source/core/html/HTMLOListElement.idl |
index de98778b15e5611c239e2f71e750be9ce7a00833..a73f929953860858f5b13050ef3d3adc66ca3d70 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOListElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLOListElement.idl |
@@ -18,7 +18,7 @@ |
*/ |
// https://html.spec.whatwg.org/#the-ol-element |
- |
+[HTMLConstructor] |
interface HTMLOListElement : HTMLElement { |
[CEReactions, Reflect] attribute boolean reversed; |
[CEReactions] attribute long start; |