| Index: Source/core/html/HTMLTextAreaElement.h
|
| diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h
|
| index 9efd5bc2b2bbcd5ef18e0c8d7e93dd2d76e5dfb2..57d33d7fff362bd993a8ef757c4056fdad2f7a1d 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.h
|
| +++ b/Source/core/html/HTMLTextAreaElement.h
|
| @@ -112,7 +112,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;
|
|
|
|
|