Index: Source/core/svg/SVGFEDistantLightElement.cpp |
diff --git a/Source/core/svg/SVGFEDistantLightElement.cpp b/Source/core/svg/SVGFEDistantLightElement.cpp |
index ba480c545f0a2d1a8f04716af90f9782a13d5e8c..9a93c7ce7335143ff946fbbefc312035e9c7576d 100644 |
--- a/Source/core/svg/SVGFEDistantLightElement.cpp |
+++ b/Source/core/svg/SVGFEDistantLightElement.cpp |
@@ -40,7 +40,7 @@ PassRefPtr<SVGFEDistantLightElement> SVGFEDistantLightElement::create(const Qual |
PassRefPtr<LightSource> SVGFEDistantLightElement::lightSource() const |
{ |
- return DistantLightSource::create(azimuth(), elevation()); |
+ return DistantLightSource::create(azimuthCurrentValue(), elevationCurrentValue()); |
} |
} |