| Index: Source/core/svg/SVGFESpotLightElement.h
|
| diff --git a/Source/core/svg/SVGFESpotLightElement.h b/Source/core/svg/SVGFESpotLightElement.h
|
| index a93a8620671e33e318f0c3b538bc13c5a160b040..9c66b001e2c628f7d545467c364f476b8f9ddb22 100644
|
| --- a/Source/core/svg/SVGFESpotLightElement.h
|
| +++ b/Source/core/svg/SVGFESpotLightElement.h
|
| @@ -25,6 +25,7 @@
|
| namespace blink {
|
|
|
| class SVGFESpotLightElement FINAL : public SVGFELightElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFESpotLightElement);
|
|
|
| @@ -36,4 +37,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFESpotLightElement_h
|
|
|