| Index: Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
|
| index 2331bc17d9cbf8ed52f4cca8c96b3fcff0c34c5c..5bcacdfc1ee4ddd94203cba6e3e3f81b8671329b 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/Source/core/html/HTMLTextAreaElement.h
|
| @@ -111,7 +111,6 @@ private:
|
| virtual void accessKeyAction(bool sendMouseEvents);
|
|
|
| virtual bool shouldUseInputMethod();
|
| - virtual void attach(const AttachContext& = AttachContext()) OVERRIDE;
|
| virtual bool matchesReadOnlyPseudoClass() const OVERRIDE;
|
| virtual bool matchesReadWritePseudoClass() const OVERRIDE;
|
|
|
|
|