| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index 830a12404095ce80050f2bae3ba9150cb93c48e0..fcafa9ae5e8fd55c7b48393a96b8f862cfbd916d 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -2445,7 +2445,7 @@ void Node::updateAncestorConnectedSubframeCountForInsertion() const
|
| node->incrementConnectedSubframeCount(count);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<NodeList> Node::getDestinationInsertionPoints()
|
| +PassRefPtrWillBeRawPtr<StaticNodeList> Node::getDestinationInsertionPoints()
|
| {
|
| document().updateDistributionForNodeIfNeeded(this);
|
| WillBeHeapVector<RawPtrWillBeMember<InsertionPoint>, 8> insertionPoints;
|
|
|