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..1ef45b9986ffb2e52463a3f9682bad1cfd75357e 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOptionElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.idl |
@@ -26,7 +26,7 @@ |
optional boolean defaultSelected = false, |
optional boolean selected = false), |
ConstructorCallWith=Document, |
- RaisesException=Constructor |
+ RaisesException=Constructor, |
] interface HTMLOptionElement : HTMLElement { |
[CEReactions, Reflect] attribute boolean disabled; |
readonly attribute HTMLFormElement? form; |