Chromium Code Reviews| Index: Source/core/html/HTMLInputElement.h |
| diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
| index 0059bab66e0e36237cbfa889f74949fd1c63c913..2f201d4900729abd445906062a6e4bbc82369c29 100644 |
| --- a/Source/core/html/HTMLInputElement.h |
| +++ b/Source/core/html/HTMLInputElement.h |
| @@ -238,10 +238,6 @@ public: |
| String defaultToolTip() const; |
| -#if ENABLE(MEDIA_CAPTURE) |
| - bool capture() const; |
| -#endif |
| - |
| static const int maximumLength; |
| unsigned height() const; |