| Index: Source/core/svg/SVGGElement.h
|
| diff --git a/Source/core/svg/SVGGElement.h b/Source/core/svg/SVGGElement.h
|
| index a1890bce560ac1f338cb99391c1244b168de90f9..4176f24a9465d9db89e62951834530574f0853dd 100644
|
| --- a/Source/core/svg/SVGGElement.h
|
| +++ b/Source/core/svg/SVGGElement.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGGElement FINAL : public SVGGraphicsElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGGElement);
|
|
|
| @@ -41,4 +42,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGGElement_h
|
|
|