Index: Source/core/dom/shadow/InsertionPoint.cpp |
diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp |
index f7e9e45fa33c51386ef6b5119e87d9a7bb386542..e6b5b63bcf4f2ec6436ec26f4e12dfebfd89d9aa 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.cpp |
+++ b/Source/core/dom/shadow/InsertionPoint.cpp |
@@ -171,7 +171,7 @@ bool InsertionPoint::isContentInsertionPoint() const |
return isHTMLContentElement(*this) && isActive(); |
} |
-PassRefPtrWillBeRawPtr<NodeList> InsertionPoint::getDistributedNodes() |
+PassRefPtrWillBeRawPtr<StaticNodeList> InsertionPoint::getDistributedNodes() |
{ |
document().updateDistributionForNodeIfNeeded(this); |