summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPatternElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPatternElement.h')
-rw-r--r--WebCore/svg/SVGPatternElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGPatternElement.h b/WebCore/svg/SVGPatternElement.h
index 497660a..a93c54c 100644
--- a/WebCore/svg/SVGPatternElement.h
+++ b/WebCore/svg/SVGPatternElement.h
@@ -45,7 +45,7 @@ namespace WebCore {
public:
static PassRefPtr<SVGPatternElement> create(const QualifiedName&, Document*);
- PatternAttributes collectPatternProperties() const;
+ void collectPatternAttributes(PatternAttributes&) const;
private:
SVGPatternElement(const QualifiedName&, Document*);