| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index 95221d35dd8eed887fa8eab7126f3486109d6e72..666e19ac9beb4552b55bde4701527ee3b641872d 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphElement.h
|
| @@ -51,8 +51,6 @@ private:
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| };
|
|
|
| -DEFINE_NODE_TYPE_CASTS(SVGAltGlyphElement, hasTagName(SVGNames::altGlyphTag));
|
| -
|
| } // namespace WebCore
|
|
|
| #endif
|
|
|