Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 9e9a455db7faffc1b06f6197e6428f779b957e34..2454ac547476e549f57ad8ca69c0663d485db622 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -179,7 +179,7 @@ const int showTreeCharacterOffset = 39; |
// |
// LayoutObjects are created during the DOM attachment. This phase computes |
// the style and create the LayoutObject associated with the Node (see |
-// Node::attach). LayoutObjects are destructed during detachment (see |
+// Node::attachLayoutTree). LayoutObjects are destructed during detachment (see |
// Node::detach), which can happen when the DOM node is removed from the |
// DOM tree, during page tear down or when the style is changed to contain |
// 'display: none'. |