| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 42d3347a7018b6b80d139b91bf49bb858d30cd24..b4db40f27d3e41c18cc7b29440d67c02a506beec 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -97,5 +97,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;
|
| };
|
|
|