| Index: Source/core/html/HTMLFormControlElement.cpp | 
| diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp | 
| index 1d08c08cd0c8db880d767beadb64d6d3caef0fa8..0b724eb00b5c0c03bd202becbb22c77b33eef0cc 100644 | 
| --- a/Source/core/html/HTMLFormControlElement.cpp | 
| +++ b/Source/core/html/HTMLFormControlElement.cpp | 
| @@ -212,9 +212,9 @@ static void focusPostAttach(Node* element) | 
| element->deref(); | 
| } | 
|  | 
| -void HTMLFormControlElement::attach(const AttachContext& context) | 
| +void HTMLFormControlElement::createRenderTree(const AttachContext& context) | 
| { | 
| -    HTMLElement::attach(context); | 
| +    HTMLElement::createRenderTree(context); | 
|  | 
| // The call to updateFromElement() needs to go after the call through | 
| // to the base class's attach() because that can sometimes do a close | 
|  |