Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index 62c6eca8f87f569b8a334293b4a7f8b4021bae11..6ba09038370fbe967311e3609219677988c6e57c 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -519,9 +519,9 @@ HTMLElement* HTMLTextAreaElement::placeholderElement() const |
return m_placeholder; |
} |
-void HTMLTextAreaElement::attach() |
+void HTMLTextAreaElement::attach(const AttachContext& context) |
{ |
- HTMLTextFormControlElement::attach(); |
+ HTMLTextFormControlElement::attach(context); |
fixPlaceholderRenderer(m_placeholder, innerTextElement()); |
} |