| Index: Source/core/svg/SVGLinearGradientElement.h
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.h b/Source/core/svg/SVGLinearGradientElement.h
|
| index 5c7a95d9754bc1581265a5f1c2b94902df5c2e71..9030009480fa6e015a306df7050c958b9eb3e90f 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.h
|
| +++ b/Source/core/svg/SVGLinearGradientElement.h
|
| @@ -30,6 +30,7 @@ namespace blink {
|
| struct LinearGradientAttributes;
|
|
|
| class SVGLinearGradientElement FINAL : public SVGGradientElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGLinearGradientElement);
|
|
|
| @@ -59,4 +60,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGLinearGradientElement_h
|
|
|