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