Index: Source/core/svg/SVGFELightElement.h |
diff --git a/Source/core/svg/SVGFELightElement.h b/Source/core/svg/SVGFELightElement.h |
index c3cd0207a1c5dcc0c67be6906061aaccd3232648..bd616ba09eacc654100d15958190950cec676109 100644 |
--- a/Source/core/svg/SVGFELightElement.h |
+++ b/Source/core/svg/SVGFELightElement.h |
@@ -32,8 +32,8 @@ namespace WebCore { |
class SVGFELightElement : public SVGElement { |
public: |
virtual PassRefPtr<LightSource> lightSource() const = 0; |
- static SVGFELightElement* findLightElement(const SVGElement*); |
- static PassRefPtr<LightSource> findLightSource(const SVGElement*); |
+ static SVGFELightElement* findLightElement(const SVGElement&); |
+ static PassRefPtr<LightSource> findLightSource(const SVGElement&); |
SVGAnimatedNumber* azimuth() { return m_azimuth.get(); } |
const SVGAnimatedNumber* azimuth() const { return m_azimuth.get(); } |