Index: Source/core/html/HTMLTextAreaElement.h |
diff --git a/Source/core/html/HTMLTextAreaElement.h b/Source/core/html/HTMLTextAreaElement.h |
index 2331bc17d9cbf8ed52f4cca8c96b3fcff0c34c5c..9efd5bc2b2bbcd5ef18e0c8d7e93dd2d76e5dfb2 100644 |
--- a/Source/core/html/HTMLTextAreaElement.h |
+++ b/Source/core/html/HTMLTextAreaElement.h |
@@ -83,6 +83,7 @@ private: |
virtual bool isRequiredFormControl() const { return isRequired(); } |
virtual void defaultEventHandler(Event*); |
+ virtual void handleFocusEvent(Element* oldFocusedNode, FocusDirection) OVERRIDE; |
virtual void subtreeHasChanged(); |