| Index: Source/core/svg/SVGFontFaceFormatElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceFormatElement.h b/Source/core/svg/SVGFontFaceFormatElement.h
|
| index 3ef6d9e23e5a97031e7a2e961e3dbb13dc2ca81e..7270ed9ce0bfd980aa9284d39d218e5281f03c7e 100644
|
| --- a/Source/core/svg/SVGFontFaceFormatElement.h
|
| +++ b/Source/core/svg/SVGFontFaceFormatElement.h
|
| @@ -26,6 +26,7 @@
|
| namespace blink {
|
|
|
| class SVGFontFaceFormatElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFontFaceFormatElement);
|
|
|
| @@ -39,6 +40,4 @@ private:
|
| } // namespace blink
|
|
|
| #endif // ENABLE(SVG_FONTS)
|
| -#endif
|
| -
|
| -// vim:ts=4:noet
|
| +#endif // SVGFontFaceFormatElement_h
|
|
|