| Index: Source/core/svg/SVGFEDropShadowElement.h
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h
|
| index a6b9ccffe86df335f2ce38054d71200b9838c496..4886c1792d15cf7fdc6ca459c52cd063a35c9925 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.h
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.h
|
| @@ -28,6 +28,7 @@
|
| namespace blink {
|
|
|
| class SVGFEDropShadowElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEDropShadowElement);
|
|
|
| @@ -58,4 +59,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFEDropShadowElement_h
|
|
|