| Index: third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.cpp b/third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| index f5ce454f5dc95f92d1d2a896d2a645f081801174..45bf7e37c68f4f8f30ff18ce84a82d09bd7ae627 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.cpp
|
| @@ -1193,7 +1193,7 @@ void ContainerNode::setRestyleFlag(DynamicRestyleFlags mask)
|
| ensureRareData().setRestyleFlag(mask);
|
| }
|
|
|
| -void ContainerNode::recalcChildStyle(StyleRecalcChange change)
|
| +void ContainerNode::recalcDescendantStyles(StyleRecalcChange change)
|
| {
|
| DCHECK(document().inStyleRecalc());
|
| DCHECK(change >= UpdatePseudoElements || childNeedsStyleRecalc());
|
|
|