Chromium Code Reviews| Index: Source/core/svg/SVGImageElement.h |
| diff --git a/Source/core/svg/SVGImageElement.h b/Source/core/svg/SVGImageElement.h |
| index 1b90e34174de655777a22c1d2200882330db52d2..95aa39ee6a361814106a4dfb2e600ac91118577a 100644 |
| --- a/Source/core/svg/SVGImageElement.h |
| +++ b/Source/core/svg/SVGImageElement.h |
| @@ -78,8 +78,6 @@ private: |
| bool m_needsLoaderURIUpdate : 1; |
| }; |
| -DEFINE_NODE_TYPE_CASTS(SVGImageElement, hasTagName(SVGNames::imageTag)); |
| - |
| } // namespace WebCore |
| #endif |