| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 7b7bb4e3c80da94338efc6a33e2857b5fd370023..cecea4361638c1459aea3dda58f1aa9ec1ce789f 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -159,7 +159,7 @@ public:
|
| // since it's not clear that they alter the style bits of siblings and children.
|
| enum SiblingCheckType { FinishedParsingChildren, SiblingElementInserted, SiblingElementRemoved };
|
| void checkForSiblingStyleChanges(SiblingCheckType, Node* changedNode, Node* nodeBeforeChange, Node* nodeAfterChange);
|
| - void recalcChildStyle(StyleRecalcChange);
|
| + void recalcDescendantStyles(StyleRecalcChange);
|
|
|
| bool childrenSupportStyleSharing() const { return !hasRestyleFlags(); }
|
|
|
|
|