| 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 aa4c350602de3406171c55e4ab4623ed0ebf5025..4acd3d00bef27db382030f49daabf7df974f86e1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -841,7 +841,7 @@ inline void Node::lazyReattachIfAttached()
|
|
|
| inline bool Node::shouldCallRecalcStyle(StyleRecalcChange change)
|
| {
|
| - return change >= Inherit || needsStyleRecalc() || childNeedsStyleRecalc();
|
| + return change >= IndependentInherit || needsStyleRecalc() || childNeedsStyleRecalc();
|
| }
|
|
|
| inline bool isTreeScopeRoot(const Node* node)
|
|
|