| Index: Source/core/svg/SVGFEDiffuseLightingElement.h
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.h b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| index 0d6c1c8f759ba1530f3527912f7d8dcee4cd3d2f..e3c2b517430f6e1df449055e1cbbd4e4dbe4066f 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| @@ -30,6 +30,7 @@
|
| namespace blink {
|
|
|
| class SVGFEDiffuseLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEDiffuseLightingElement);
|
| void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&);
|
| @@ -57,4 +58,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFEDiffuseLightingElement_h
|
|
|