Index: Source/core/svg/SVGFELightElement.cpp |
diff --git a/Source/core/svg/SVGFELightElement.cpp b/Source/core/svg/SVGFELightElement.cpp |
index a17f963ee014cc2e09842e497abf5188c99dcbee..4429044f7fb0c4a085af13363a692844063d81a4 100644 |
--- a/Source/core/svg/SVGFELightElement.cpp |
+++ b/Source/core/svg/SVGFELightElement.cpp |
@@ -57,7 +57,7 @@ BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGFELightElement) |
REGISTER_LOCAL_ANIMATED_PROPERTY(limitingConeAngle) |
END_REGISTER_ANIMATED_PROPERTIES |
-SVGFELightElement::SVGFELightElement(const QualifiedName& tagName, Document* document) |
+SVGFELightElement::SVGFELightElement(const QualifiedName& tagName, Document& document) |
: SVGElement(tagName, document) |
, m_specularExponent(1) |
{ |