| Index: Source/core/svg/SVGForeignObjectElement.h
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h
|
| index a3506172af111951fbb46a2957635e80f5838e08..361f20e65c0ff9fce0577d083efcf6a745d0734e 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.h
|
| +++ b/Source/core/svg/SVGForeignObjectElement.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class SVGForeignObjectElement FINAL : public SVGGraphicsElement {
|
| public:
|
| - DEFINE_NODE_FACTORY(SVGForeignObjectElement);
|
| + DECLARE_NODE_FACTORY(SVGForeignObjectElement);
|
|
|
| SVGAnimatedLength* x() const { return m_x.get(); }
|
| SVGAnimatedLength* y() const { return m_y.get(); }
|
|
|