Index: Source/core/svg/SVGDocumentExtensions.cpp |
diff --git a/Source/core/svg/SVGDocumentExtensions.cpp b/Source/core/svg/SVGDocumentExtensions.cpp |
index 7e2c68a94b639b49b4479ff6ce1e59056cda8738..e3a6fb5560101aaf7b26b4fc20d123c8d68ccb68 100644 |
--- a/Source/core/svg/SVGDocumentExtensions.cpp |
+++ b/Source/core/svg/SVGDocumentExtensions.cpp |
@@ -34,7 +34,6 @@ namespace blink { |
SVGDocumentExtensions::SVGDocumentExtensions(Document* document) |
: m_document(document) |
- , m_resourcesCache(adoptPtr(new SVGResourcesCache)) |
#if ENABLE(ASSERT) |
, m_inRelativeLengthSVGRootsInvalidation(false) |
#endif |