| Index: third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| index f18a522ae50da7b5f480116a13cca3d1f70edeba..091e2230713366d014fa9f6712f639bd7cd1c24a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp
|
| @@ -235,9 +235,9 @@ static bool shouldAutofocusOnAttach(const HTMLFormControlElement* element)
|
| return true;
|
| }
|
|
|
| -void HTMLFormControlElement::attach(const AttachContext& context)
|
| +void HTMLFormControlElement::attachLayoutTree(const AttachContext& context)
|
| {
|
| - HTMLElement::attach(context);
|
| + HTMLElement::attachLayoutTree(context);
|
|
|
| if (!layoutObject())
|
| return;
|
|
|