| Index: Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
|
| index 09533a762e63e6d9efb01573820b143929863183..3deace89c12ee64a1a7b7a47a4a93f8eb99c58ca 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/Source/core/html/HTMLTextAreaElement.h
|
| @@ -52,7 +52,7 @@ public:
|
| virtual bool valueMissing() const OVERRIDE;
|
| virtual bool tooLong() const OVERRIDE;
|
| bool isValidValue(const String&) const;
|
| -
|
| +
|
| virtual HTMLElement* innerTextElement() const;
|
|
|
| void rendererWillBeDestroyed();
|
| @@ -82,7 +82,7 @@ private:
|
| virtual bool isRequiredFormControl() const { return isRequired(); }
|
|
|
| virtual void defaultEventHandler(Event*);
|
| -
|
| +
|
| virtual void subtreeHasChanged();
|
|
|
| virtual bool isEnumeratable() const { return true; }
|
|
|