| Index: Source/core/svg/SVGFontFaceNameElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceNameElement.h b/Source/core/svg/SVGFontFaceNameElement.h
|
| index 0848a7a3d9b7e0ab7e28945aa0df93f4dfdec635..652f9f464c8e884e1c719fda96d3d79caa9b18d0 100644
|
| --- a/Source/core/svg/SVGFontFaceNameElement.h
|
| +++ b/Source/core/svg/SVGFontFaceNameElement.h
|
| @@ -29,6 +29,7 @@ namespace blink {
|
| class CSSFontFaceSrcValue;
|
|
|
| class SVGFontFaceNameElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFontFaceNameElement);
|
|
|
| @@ -43,6 +44,4 @@ private:
|
| } // namespace blink
|
|
|
| #endif // ENABLE(SVG_FONTS)
|
| -#endif
|
| -
|
| -// vim:ts=4:noet
|
| +#endif // SVGFontFaceNameElement_h
|
|
|