| Index: Source/core/svg/SVGFEGaussianBlurElement.h
|
| diff --git a/Source/core/svg/SVGFEGaussianBlurElement.h b/Source/core/svg/SVGFEGaussianBlurElement.h
|
| index 69c8c6e1c32e6e066142d3ae7ff77132cee9de12..0d41290dab186820a73caf6cf6694ab973f6e76d 100644
|
| --- a/Source/core/svg/SVGFEGaussianBlurElement.h
|
| +++ b/Source/core/svg/SVGFEGaussianBlurElement.h
|
| @@ -28,6 +28,7 @@
|
| namespace blink {
|
|
|
| class SVGFEGaussianBlurElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEGaussianBlurElement);
|
|
|
| @@ -51,4 +52,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFEGaussianBlurElement_h
|
|
|