Index: third_party/WebKit/Source/core/html/HTMLOptionElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLOptionElement.idl b/third_party/WebKit/Source/core/html/HTMLOptionElement.idl |
index d3325f8fa23720c8d0c0ba559c9f7d96b5f154ee..5bcab14f2f221031e984efc21f35ba4c3bcc2c62 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOptionElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.idl |
@@ -26,7 +26,8 @@ |
optional boolean defaultSelected = false, |
optional boolean selected = false), |
ConstructorCallWith=Document, |
- RaisesException=Constructor |
+ RaisesException=Constructor, |
+ HTMLConstructor, |
] interface HTMLOptionElement : HTMLElement { |
[CEReactions, Reflect] attribute boolean disabled; |
readonly attribute HTMLFormElement? form; |