| Index: Source/core/svg/SVGFEPointLightElement.h
|
| diff --git a/Source/core/svg/SVGFEPointLightElement.h b/Source/core/svg/SVGFEPointLightElement.h
|
| index 9365271d6e8f82e93f3903c2f180777e2f038cdd..41cedc3266db5d4e344bbfcbdfdfabec09c81992 100644
|
| --- a/Source/core/svg/SVGFEPointLightElement.h
|
| +++ b/Source/core/svg/SVGFEPointLightElement.h
|
| @@ -25,6 +25,7 @@
|
| namespace blink {
|
|
|
| class SVGFEPointLightElement FINAL : public SVGFELightElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEPointLightElement);
|
|
|
| @@ -36,4 +37,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFEPointLightElement_h
|
|
|