| Index: Source/core/svg/SVGPathSeg.h
|
| diff --git a/Source/core/svg/SVGPathSeg.h b/Source/core/svg/SVGPathSeg.h
|
| index 5549b0d575cc51c19974abe7f812803e4f14a0b6..55964dc489c2872782f76edcf7a26e9bdd3bccf9 100644
|
| --- a/Source/core/svg/SVGPathSeg.h
|
| +++ b/Source/core/svg/SVGPathSeg.h
|
| @@ -63,6 +63,7 @@ class SVGPathElement;
|
| class SVGElement;
|
|
|
| class SVGPathSeg : public RefCounted<SVGPathSeg>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // SVGPathSeg itself is used as a tear-off type.
|
| // FIXME: A tear-off type should be introduced to distinguish animVal/baseVal
|
| @@ -131,4 +132,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SVGPathSeg_h
|
|
|