| Index: Source/core/svg/SVGFEFloodElement.h
|
| diff --git a/Source/core/svg/SVGFEFloodElement.h b/Source/core/svg/SVGFEFloodElement.h
|
| index 15c50fff1a290c5d15137e12b06a807a93022325..c7ecf6cd421d13cf7a8bdd362afe10f22d55025b 100644
|
| --- a/Source/core/svg/SVGFEFloodElement.h
|
| +++ b/Source/core/svg/SVGFEFloodElement.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class SVGFEFloodElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEFloodElement);
|
|
|
| @@ -39,4 +40,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFEFloodElement_h
|
|
|