Chromium Code Reviews| Index: Source/core/svg/SVGFilterElement.h |
| diff --git a/Source/core/svg/SVGFilterElement.h b/Source/core/svg/SVGFilterElement.h |
| index 80e87742f56ddb5a5abe8f781fbdfe58a3e04a2f..184b2d7f642c6234e84a9a2ec61c4c2b46c049cf 100644 |
| --- a/Source/core/svg/SVGFilterElement.h |
| +++ b/Source/core/svg/SVGFilterElement.h |
| @@ -78,8 +78,6 @@ private: |
| HashSet<RefPtr<Node> > m_clientsToAdd; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGFilterElement, hasTagName(SVGNames::filterTag)); |
| - |
| } |
| #endif |