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 091e2230713366d014fa9f6712f639bd7cd1c24a..931506ebcb97c5e75f43da577d45afb39fc5bd3d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElement.cpp |
@@ -243,7 +243,7 @@ void HTMLFormControlElement::attachLayoutTree(const AttachContext& context) |
return; |
// The call to updateFromElement() needs to go after the call through |
- // to the base class's attach() because that can sometimes do a close |
+ // to the base class's attachLayoutTree() because that can sometimes do a close |
// on the layoutObject. |
layoutObject()->updateFromElement(); |