Chromium Code Reviews| Index: Source/core/svg/SVGDocumentExtensions.h |
| diff --git a/Source/core/svg/SVGDocumentExtensions.h b/Source/core/svg/SVGDocumentExtensions.h |
| index 04214ad3e87b7b635d8186107d7816c1ea8f8ecc..013726fa0b7b20e5db5167ccafd76032f720bcda 100644 |
| --- a/Source/core/svg/SVGDocumentExtensions.h |
| +++ b/Source/core/svg/SVGDocumentExtensions.h |
| @@ -60,7 +60,7 @@ public: |
| void reportWarning(const String&); |
| void reportError(const String&); |
| - SVGResourcesCache* resourcesCache() const { return m_resourcesCache.get(); } |
| + SVGResourcesCache& resourcesCache() const { return *m_resourcesCache; } |
|
f(malita)
2015/08/19 13:04:34
Nit: can we store m_resourcesCache inline (instead
fs
2015/08/19 13:13:58
Yeah, it's not too burdensome - I'll do that in a
|
| void addSVGRootWithRelativeLengthDescendents(SVGSVGElement*); |
| void removeSVGRootWithRelativeLengthDescendents(SVGSVGElement*); |