| Index: Source/core/svg/SVGFEImageElement.h
|
| diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h
|
| index 6a41197089aa95e9f1c1138e749345f95b206ad3..d7978636e461b7eb4722e6646fb7976fe94f7179 100644
|
| --- a/Source/core/svg/SVGFEImageElement.h
|
| +++ b/Source/core/svg/SVGFEImageElement.h
|
| @@ -36,6 +36,7 @@ namespace blink {
|
| class SVGFEImageElement FINAL : public SVGFilterPrimitiveStandardAttributes,
|
| public SVGURIReference,
|
| public ImageResourceClient {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEImageElement);
|
|
|
| @@ -68,4 +69,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFEImageElement_h
|
|
|