| Index: Source/core/html/HTMLFormControlElementWithState.h
|
| diff --git a/Source/core/html/HTMLFormControlElementWithState.h b/Source/core/html/HTMLFormControlElementWithState.h
|
| index f6f786765fc035d9c2f3b2c1824b33557e7eff48..d81fd207d69d207976ff7f856d51bb1304246955 100644
|
| --- a/Source/core/html/HTMLFormControlElementWithState.h
|
| +++ b/Source/core/html/HTMLFormControlElementWithState.h
|
| @@ -36,6 +36,7 @@ public:
|
|
|
| virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return false; }
|
|
|
| + virtual bool shouldAutocomplete() const;
|
| virtual bool shouldSaveAndRestoreFormControlState() const;
|
| virtual FormControlState saveFormControlState() const;
|
| // The specified FormControlState must have at least one string value.
|
| @@ -45,7 +46,6 @@ public:
|
| protected:
|
| HTMLFormControlElementWithState(const QualifiedName& tagName, Document&, HTMLFormElement*);
|
|
|
| - virtual bool shouldAutocomplete() const;
|
| virtual void finishParsingChildren() OVERRIDE;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
|
|