Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index 42180a9505734cb3d254bf92cc84a1c6313e2782..2fec7167265ac62f3bf28ad45e5ffc34143dc34d 100644 |
--- a/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/Source/core/svg/SVGGraphicsElement.cpp |
@@ -40,7 +40,7 @@ BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGGraphicsElement) |
REGISTER_PARENT_ANIMATED_PROPERTIES(SVGTests) |
END_REGISTER_ANIMATED_PROPERTIES |
-SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document* document, ConstructionType constructionType) |
+SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) |
: SVGElement(tagName, document, constructionType) |
{ |
registerAnimatedPropertiesForSVGGraphicsElement(); |