| Index: Source/core/svg/SVGFontFaceSrcElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceSrcElement.h b/Source/core/svg/SVGFontFaceSrcElement.h
|
| index d96ce11e4a0f952cda6e2ee4caa24b7c32efa57d..015e3f61d72e5fd15f1607791b21e1ec18f99cc2 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)
|
|
|