Index: third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h |
index ebb182416ef91f8c76a441ee4970a41bb33a0f43..07e202148afc7c42879c568ec927a3fd329d857f 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.h |
@@ -103,7 +103,7 @@ private: |
// Same as m_internalSVGReferences, except that the reference belongs to a |
// different document. |
- Vector<ResourcePtr<DocumentResource>> m_externalSVGReferences; |
+ WillBePersistentHeapVector<RefPtrWillBeMember<DocumentResource>> m_externalSVGReferences; |
}; |
} // namespace blink |