| Index: Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
|
| index 498fb762f269c1a06b3f1a1b410aa8f5be6a4cc2..5e5339ac61d0541831629cdb754f1975611c410a 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/Source/core/html/HTMLTextAreaElement.h
|
| @@ -52,6 +52,8 @@ public:
|
| String suggestedValue() const;
|
| void setSuggestedValue(const String&);
|
|
|
| + virtual bool shouldAutocomplete() const OVERRIDE;
|
| +
|
| // For ValidityState
|
| virtual String validationMessage() const OVERRIDE;
|
| virtual bool valueMissing() const OVERRIDE;
|
|
|