| Index: public/web/WebInputElement.h
|
| diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h
|
| index fdad920d0e1eca0ae2c3ae48d4519b7eec2a9bb0..6bb73a9b2b1fe5a91d7c05d5ee753ba52834ac4d 100644
|
| --- a/public/web/WebInputElement.h
|
| +++ b/public/web/WebInputElement.h
|
| @@ -87,8 +87,6 @@ namespace WebKit {
|
| BLINK_EXPORT WebString suggestedValue() const;
|
| BLINK_EXPORT void setPlaceholder(const WebString&);
|
| BLINK_EXPORT WebString placeholder() const;
|
| - BLINK_EXPORT bool isAutofilled() const;
|
| - BLINK_EXPORT void setAutofilled(bool);
|
| BLINK_EXPORT void setSelectionRange(int, int);
|
| BLINK_EXPORT int selectionStart() const;
|
| BLINK_EXPORT int selectionEnd() const;
|
|
|