| Index: Source/core/svg/SVGTSpanElement.h
|
| diff --git a/Source/core/svg/SVGTSpanElement.h b/Source/core/svg/SVGTSpanElement.h
|
| index e70850426168c54c15e2884151a52886ea5cde55..233cb026ffc07a2074bf9e4136db7494b92675fa 100644
|
| --- a/Source/core/svg/SVGTSpanElement.h
|
| +++ b/Source/core/svg/SVGTSpanElement.h
|
| @@ -27,7 +27,7 @@ namespace WebCore {
|
|
|
| class SVGTSpanElement FINAL : public SVGTextPositioningElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGTSpanElement);
|
| + DECLARE_NODE_FACTORY(SVGTSpanElement);
|
|
|
| private:
|
| explicit SVGTSpanElement(Document&);
|
|
|