| 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..26d31c6539877182b023e06bb389872ba5388499 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -822,9 +822,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| NeedsReattachLayoutTree = 1 << 26,
|
| ChildNeedsReattachLayoutTree = 1 << 27,
|
|
|
| - DefaultNodeFlags = IsFinishedParsingChildrenFlag |
|
| - NeedsReattachStyleChange |
|
| - NeedsReattachLayoutTree
|
| + DefaultNodeFlags = IsFinishedParsingChildrenFlag | NeedsReattachStyleChange
|
| };
|
|
|
| // 4 bits remaining.
|
| @@ -969,7 +967,6 @@ inline void Node::lazyReattachIfAttached() {
|
|
|
| detachLayoutTree(context);
|
| markAncestorsWithChildNeedsStyleRecalc();
|
| - markAncestorsWithChildNeedsReattachLayoutTree();
|
| }
|
|
|
| inline bool Node::shouldCallRecalcStyle(StyleRecalcChange change) {
|
|
|