| Index: third_party/WebKit/Source/core/dom/NodeComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NodeComputedStyle.h b/third_party/WebKit/Source/core/dom/NodeComputedStyle.h
|
| index 8ba226ca765bf86c36cae8d95a18a37742c764de..f8edd26d5c8e59c7f504fbd184c4695915461c53 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/dom/NodeComputedStyle.h
|
| @@ -51,7 +51,7 @@ inline ComputedStyle* Node::mutableComputedStyle() const {
|
| }
|
|
|
| inline const ComputedStyle* Node::parentComputedStyle() const {
|
| - if (isSlotOrActiveInsertionPoint())
|
| + if (isActiveSlotOrActiveInsertionPoint())
|
| return 0;
|
| ContainerNode* parent = LayoutTreeBuilderTraversal::parent(*this);
|
| return parent ? parent->computedStyle() : 0;
|
|
|