| Index: Source/core/html/HTMLInputElement.h
|
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h
|
| index 7eeb8510775a483580fb3856a9e2b3c08772de6c..c6285c1d60ce3b64cf238d9d075c0e9ec6b60bbb 100644
|
| --- a/Source/core/html/HTMLInputElement.h
|
| +++ b/Source/core/html/HTMLInputElement.h
|
| @@ -260,8 +260,7 @@ public:
|
| String defaultToolTip() const;
|
|
|
| #if ENABLE(MEDIA_CAPTURE)
|
| - String capture() const;
|
| - void setCapture(const String& value);
|
| + bool capture() const;
|
| #endif
|
|
|
| static const int maximumLength;
|
|
|