Chromium Code Reviews| Index: Source/core/svg/SVGFontData.h |
| diff --git a/Source/core/svg/SVGFontData.h b/Source/core/svg/SVGFontData.h |
| index 1723a6ccab204a9e570c72423b4c6266afa4e1bf..e9bd5f7b44ea0b7ba7925a902315f8a3928fdc12 100644 |
| --- a/Source/core/svg/SVGFontData.h |
| +++ b/Source/core/svg/SVGFontData.h |
| @@ -82,6 +82,8 @@ private: |
| float m_verticalAdvanceY; |
| }; |
| +DEFINE_CUSTOM_FONT_DATA_TYPE_CASTS(SVGFontData, isSVGFont()); |
| + |
| } // namespace blink |
| #endif |