| Index: Source/core/svg/SVGTitleElement.h
|
| diff --git a/Source/core/svg/SVGTitleElement.h b/Source/core/svg/SVGTitleElement.h
|
| index 0eaaf71c6ae550161acf2f48aa14742034874b54..6c1d7fbc8f1e8ec4e10f1c37753fcb07a06e16b1 100644
|
| --- a/Source/core/svg/SVGTitleElement.h
|
| +++ b/Source/core/svg/SVGTitleElement.h
|
| @@ -27,7 +27,7 @@ namespace WebCore {
|
|
|
| class SVGTitleElement FINAL : public SVGElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGTitleElement);
|
| + DECLARE_NODE_FACTORY(SVGTitleElement);
|
|
|
| private:
|
| explicit SVGTitleElement(Document&);
|
|
|