| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index e89f1010ef050de4f700dd67b464a461f7b7a5eb..1f3a469aae36905d5a40d348b647dd06caba39ed 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -28,6 +28,7 @@
|
| namespace blink {
|
|
|
| class SVGStopElement FINAL : public SVGElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGStopElement);
|
|
|
| @@ -50,4 +51,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGStopElement_h
|
|
|