| Index: Source/core/svg/SVGFETurbulenceElement.h
|
| diff --git a/Source/core/svg/SVGFETurbulenceElement.h b/Source/core/svg/SVGFETurbulenceElement.h
|
| index 0a9fcc417af49e4d08a1651b6a48fb2eb76711c1..c6638f22357093fd465fb6e2c5b965f5f145835a 100644
|
| --- a/Source/core/svg/SVGFETurbulenceElement.h
|
| +++ b/Source/core/svg/SVGFETurbulenceElement.h
|
| @@ -40,6 +40,7 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGStitchOp
|
| template<> const SVGEnumerationStringEntries& getStaticStringEntries<TurbulenceType>();
|
|
|
| class SVGFETurbulenceElement FINAL : public SVGFilterPrimitiveStandardAttributes {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFETurbulenceElement);
|
|
|
| @@ -68,4 +69,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGFETurbulenceElement_h
|
|
|