Chromium Code Reviews| Index: Source/core/svg/SVGPolylineElement.h |
| diff --git a/Source/core/svg/SVGPolylineElement.h b/Source/core/svg/SVGPolylineElement.h |
| index 428314366deef40da4461ec5b79627c86476b37e..a9b303d87b0be54fb2a6c237d0666e3de3d9da0f 100644 |
| --- a/Source/core/svg/SVGPolylineElement.h |
| +++ b/Source/core/svg/SVGPolylineElement.h |
| @@ -34,8 +34,6 @@ private: |
| explicit SVGPolylineElement(Document&); |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGPolylineElement, hasTagName(SVGNames::polylineTag)); |
| - |
| } // namespace WebCore |
| #endif |