| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index 150b32682cb302a102961b1e2227cf77a82515b8..7499c727c9b61f83426ca2b7f30134ec51e69824 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -317,7 +317,7 @@ private:
|
|
|
| void copyNonAttributePropertiesFromElement(const Element&) final;
|
|
|
| - void attach(const AttachContext& = AttachContext()) final;
|
| + void attachLayoutTree(const AttachContext& = AttachContext()) final;
|
|
|
| void appendToFormData(FormData&) final;
|
| String resultForDialogSubmit() final;
|
|
|