Index: Source/core/html/HTMLInputElement.idl |
diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl |
index 2a4184c8cc830f293470c96c96ec69408108f11b..9cf36495dc14acc46b99ef48577f697ad1da91d6 100644 |
--- a/Source/core/html/HTMLInputElement.idl |
+++ b/Source/core/html/HTMLInputElement.idl |
@@ -96,5 +96,5 @@ |
[Conditional=INPUT_SPEECH, NotEnumerable] attribute EventListener onwebkitspeechchange; |
// See http://www.w3.org/TR/html-media-capture/ |
- [Conditional=MEDIA_CAPTURE] attribute DOMString capture; |
+ [Conditional=MEDIA_CAPTURE, Reflect] attribute boolean capture; |
}; |