Commit 48d3ed9d authored by bugsnash's avatar bugsnash Committed by Commit bot

Renamed attach to attachLayoutTree in comment missed in 2167063002.

Review-Url: https://codereview.chromium.org/2171173002
Cr-Commit-Position: refs/heads/master@{#407115}
parent d338ac5a
...@@ -179,7 +179,7 @@ const int showTreeCharacterOffset = 39; ...@@ -179,7 +179,7 @@ const int showTreeCharacterOffset = 39;
// //
// LayoutObjects are created during the DOM attachment. This phase computes // LayoutObjects are created during the DOM attachment. This phase computes
// the style and create the LayoutObject associated with the Node (see // 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 // 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 // DOM tree, during page tear down or when the style is changed to contain
// 'display: none'. // 'display: none'.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment