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