| Index: third_party/WebKit/Source/core/dom/Node.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp
|
| index eceba637168f286cfb08306437988e13eed48ba5..af430efa07f3fc38db3b9dc211d006c76b16417c 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -947,7 +947,7 @@ void Node::reattach(const AttachContext& context)
|
| AttachContext reattachContext(context);
|
| reattachContext.performingReattach = true;
|
|
|
| - // We only need to detach if the node has already been through attach().
|
| + // We only need to detach if the node has already been through attachLayoutTree().
|
| if (getStyleChangeType() < NeedsReattachStyleChange)
|
| detach(reattachContext);
|
| attachLayoutTree(reattachContext);
|
|
|