Chromium Code Reviews| Index: Source/core/svg/SVGPolylineElement.cpp |
| diff --git a/Source/core/svg/SVGPolylineElement.cpp b/Source/core/svg/SVGPolylineElement.cpp |
| index 92dd0a4dbb7c3390afbaf85d0779bff537c1d4d2..5c4397f468e5d409aab0e1b40b13c7c7cc0f9504 100644 |
| --- a/Source/core/svg/SVGPolylineElement.cpp |
| +++ b/Source/core/svg/SVGPolylineElement.cpp |
| @@ -30,4 +30,6 @@ SVGPolylineElement::SVGPolylineElement(Document& document) |
| ScriptWrappable::init(this); |
| } |
| +DEFINE_NODE_FACTORY(SVGPolylineElement) |
| + |
| } |