| 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 d9e82b82ffc47553eba301f46f57f1ae6d3b7f98..d07e66cc70ae0fd7a6ce62ff099cc527e4a66c2b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -312,7 +312,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| bool isInsertionPoint() const { return getFlag(IsInsertionPointFlag); }
|
|
|
| bool canParticipateInFlatTree() const;
|
| - bool isSlotOrActiveInsertionPoint() const;
|
| + bool isActiveSlotOrActiveInsertionPoint() const;
|
| // A re-distribution across v0 and v1 shadow trees is not supported.
|
| bool isSlotable() const {
|
| return isTextNode() || (isElementNode() && !isInsertionPoint());
|
|
|