summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGDocumentExtensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGDocumentExtensions.h')
-rw-r--r--WebCore/svg/SVGDocumentExtensions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGDocumentExtensions.h b/WebCore/svg/SVGDocumentExtensions.h
index da23cd0..e716e10 100644
--- a/WebCore/svg/SVGDocumentExtensions.h
+++ b/WebCore/svg/SVGDocumentExtensions.h
@@ -61,7 +61,7 @@ public:
SVGResourcesCache* resourcesCache() const { return m_resourcesCache.get(); }
private:
- Document* m_doc; // weak reference
+ Document* m_document; // weak reference
HashSet<SVGSVGElement*> m_timeContainers; // For SVG 1.2 support this will need to be made more general.
HashMap<AtomicString, RenderSVGResourceContainer*> m_resources;
HashMap<AtomicString, HashSet<SVGStyledElement*>*> m_pendingResources;