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