| 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 ad8cbb44bc25ed3e16ec6a51c36b4e1fb368847f..5c8a8b54a53181cca277f82d179b555aa3154e95 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -874,7 +874,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)
|
|
|