Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index 8ceea8727c3bc2407863c6e098a4d7062bd6b193..43e0277261be09b2272086b63e66f8df69a4aa09 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.h |
+++ b/Source/core/dom/shadow/InsertionPoint.h |
@@ -51,7 +51,7 @@ public: |
bool isShadowInsertionPoint() const; |
bool isContentInsertionPoint() const; |
- PassRefPtrWillBeRawPtr<NodeList> getDistributedNodes(); |
+ PassRefPtrWillBeRawPtr<StaticNodeList> getDistributedNodes(); |
virtual bool canAffectSelector() const { return false; } |