Index: Source/core/dom/shadow/InsertionPoint.cpp |
diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp |
index c26fef579fb1bbdc9d6988a81bc9f62e7102c55d..2799f80ad02f624e99aaf7d99b6692a4844578dc 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(); |
} |
-PassRefPtr<NodeList> InsertionPoint::getDistributedNodes() |
+PassRefPtrWillBeRawPtr<NodeList> InsertionPoint::getDistributedNodes() |
{ |
document().updateDistributionForNodeIfNeeded(this); |