| Index: Source/core/svg/SVGFontFaceSrcElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceSrcElement.h b/Source/core/svg/SVGFontFaceSrcElement.h
|
| index 78c92811842e09b07f625165118aa04e31eee8d6..5f6664dca6d018e74b6ca3f2e9203ed0b14d0ce9 100644
|
| --- a/Source/core/svg/SVGFontFaceSrcElement.h
|
| +++ b/Source/core/svg/SVGFontFaceSrcElement.h
|
| @@ -29,6 +29,7 @@ namespace blink {
|
| class CSSValueList;
|
|
|
| class SVGFontFaceSrcElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFontFaceSrcElement);
|
|
|
| @@ -44,6 +45,4 @@ private:
|
| } // namespace blink
|
|
|
| #endif // ENABLE(SVG_FONTS)
|
| -#endif
|
| -
|
| -// vim:ts=4:noet
|
| +#endif // SVGFontFaceSrcElement_h
|
|
|