| Index: Source/core/svg/SVGMissingGlyphElement.h
|
| diff --git a/Source/core/svg/SVGMissingGlyphElement.h b/Source/core/svg/SVGMissingGlyphElement.h
|
| index 13593b0eb952b2724b98522e1f6d21750cb6f870..6fef96a83a086deaf191274aa94766712a317bbc 100644
|
| --- a/Source/core/svg/SVGMissingGlyphElement.h
|
| +++ b/Source/core/svg/SVGMissingGlyphElement.h
|
| @@ -28,7 +28,7 @@ namespace WebCore {
|
|
|
| class SVGMissingGlyphElement FINAL : public SVGElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGMissingGlyphElement);
|
| + DECLARE_NODE_FACTORY(SVGMissingGlyphElement);
|
|
|
| private:
|
| explicit SVGMissingGlyphElement(Document&);
|
|
|