| Index: Source/WebCore/html/HTMLTextAreaElement.h
|
| diff --git a/Source/WebCore/html/HTMLTextAreaElement.h b/Source/WebCore/html/HTMLTextAreaElement.h
|
| index e4aa3cbdd0bb07aeba020b5e7564dbdeca417db1..2150e2aebd31100747187c193d6d912925bfb2df 100644
|
| --- a/Source/WebCore/html/HTMLTextAreaElement.h
|
| +++ b/Source/WebCore/html/HTMLTextAreaElement.h
|
| @@ -104,7 +104,6 @@ private:
|
| virtual bool appendFormData(FormDataList&, bool);
|
| virtual void reset();
|
| virtual bool hasCustomFocusLogic() const OVERRIDE;
|
| - virtual bool isMouseFocusable() const;
|
| virtual bool isKeyboardFocusable(KeyboardEvent*) const;
|
| virtual void updateFocusAppearance(bool restorePreviousSelection);
|
|
|
|
|