Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index 87c4ced4ffcd758555eaa1df447da49c496e9a09..53f99e90fe26327ef325a56bfdaeaea6d6d376e1 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.h |
+++ b/Source/core/dom/shadow/InsertionPoint.h |
@@ -52,7 +52,7 @@ public: |
bool isShadowInsertionPoint() const; |
bool isContentInsertionPoint() const; |
- PassRefPtr<NodeList> getDistributedNodes(); |
+ PassRefPtrWillBeRawPtr<NodeList> getDistributedNodes(); |
virtual bool canAffectSelector() const { return false; } |