| Index: Source/core/svg/SVGFontFaceSrcElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceSrcElement.h b/Source/core/svg/SVGFontFaceSrcElement.h
|
| index f7ef1af6f6b2bc4a0a203ac54294082f9334b8a7..98b4f82957f74d3725c21b02a884b9071ed29533 100644
|
| --- a/Source/core/svg/SVGFontFaceSrcElement.h
|
| +++ b/Source/core/svg/SVGFontFaceSrcElement.h
|
| @@ -21,6 +21,7 @@
|
| #define SVGFontFaceSrcElement_h
|
|
|
| #if ENABLE(SVG_FONTS)
|
| +#include "SVGNames.h"
|
| #include "core/svg/SVGElement.h"
|
|
|
| namespace WebCore {
|
| @@ -40,6 +41,8 @@ private:
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; }
|
| };
|
|
|
| +DEFINE_NODE_TYPE_CASTS(SVGFontFaceSrcElement, hasTagName(SVGNames::font_face_srcTag));
|
| +
|
| } // namespace WebCore
|
|
|
| #endif // ENABLE(SVG_FONTS)
|
|
|