Chromium Code Reviews| Index: Source/core/svg/SVGPolygonElement.h |
| diff --git a/Source/core/svg/SVGPolygonElement.h b/Source/core/svg/SVGPolygonElement.h |
| index 89571f757499f53ca8726adb3c85bb6b8f3c69f5..6088564a1a8329330e92c368c2720734110864bf 100644 |
| --- a/Source/core/svg/SVGPolygonElement.h |
| +++ b/Source/core/svg/SVGPolygonElement.h |
| @@ -34,8 +34,6 @@ private: |
| explicit SVGPolygonElement(Document&); |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGPolygonElement, hasTagName(SVGNames::polygonTag)); |
| - |
| } // namespace WebCore |
| #endif |