| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 870742f398f6dbb42f471be00a2b9fb23edcce7d..7ed0e17de8bda63fa03091ff562f87f2a915851a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -969,7 +969,6 @@ inline void Node::lazyReattachIfAttached() {
|
|
|
| detachLayoutTree(context);
|
| markAncestorsWithChildNeedsStyleRecalc();
|
| - markAncestorsWithChildNeedsReattachLayoutTree();
|
| }
|
|
|
| inline bool Node::shouldCallRecalcStyle(StyleRecalcChange change) {
|
|
|