Index: Source/core/svg/SVGElement.h |
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h |
index 4f27e0d58a6b46a570b8dd16311a46272b8063f0..f1543c0f64f701c25d014872bcc798d219b31d30 100644 |
--- a/Source/core/svg/SVGElement.h |
+++ b/Source/core/svg/SVGElement.h |
@@ -81,7 +81,7 @@ public: |
SVGSVGElement* ownerSVGElement() const; |
SVGElement* viewportElement() const; |
- SVGDocumentExtensions* accessDocumentSVGExtensions(); |
+ SVGDocumentExtensions& accessDocumentSVGExtensions(); |
virtual bool isSVGGraphicsElement() const { return false; } |
virtual bool isSVGSVGElement() const { return false; } |