summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFESpotLightElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFESpotLightElement.h')
-rw-r--r--WebCore/svg/SVGFESpotLightElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFESpotLightElement.h b/WebCore/svg/SVGFESpotLightElement.h
index 440c664..d54e232 100644
--- a/WebCore/svg/SVGFESpotLightElement.h
+++ b/WebCore/svg/SVGFESpotLightElement.h
@@ -29,7 +29,7 @@ namespace WebCore {
SVGFESpotLightElement(const QualifiedName&, Document*);
virtual ~SVGFESpotLightElement();
- virtual LightSource* lightSource() const;
+ virtual PassRefPtr<LightSource> lightSource() const;
};
} // namespace WebCore