Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index 76d983f35227e2c2186b99147dea424fe249851b..696a5ac5c0133d16f85a7430ece59532e5bd7823 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; } |