Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: Source/core/svg/SVGDocumentExtensions.cpp

Issue 1296353004: Store SVGResourcesCache inline in SVGDocumentExtensions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGDocumentExtensions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/svg/SVGDocumentExtensions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698