| Index: Source/core/svg/SVGGlyphElement.h
|
| diff --git a/Source/core/svg/SVGGlyphElement.h b/Source/core/svg/SVGGlyphElement.h
|
| index 200b18c1d6021976fed423cad77943ce94dabeb2..8e2a384775a603b53ac45dbd9c0b48f5f5f353a7 100644
|
| --- a/Source/core/svg/SVGGlyphElement.h
|
| +++ b/Source/core/svg/SVGGlyphElement.h
|
| @@ -32,6 +32,7 @@ namespace blink {
|
| class SVGFontData;
|
|
|
| class SVGGlyphElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGGlyphElement);
|
|
|
| @@ -60,4 +61,4 @@ private:
|
| } // namespace blink
|
|
|
| #endif // ENABLE(SVG_FONTS)
|
| -#endif
|
| +#endif // SVGGlyphElement_h
|
|
|