| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index 40aaee78a064ebf02242d0a7b05b5c8389babab2..7d914d99095e11b70adc2ef01b9ddf94b26d566f 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -41,7 +41,7 @@ class SVGPatternElement FINAL : public SVGElement,
|
| public SVGTests,
|
| public SVGFitToViewBox {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGPatternElement);
|
| + DECLARE_NODE_FACTORY(SVGPatternElement);
|
|
|
| void collectPatternAttributes(PatternAttributes&) const;
|
|
|
|
|