| Index: Source/core/svg/SVGLengthTearOff.h
|
| diff --git a/Source/core/svg/SVGLengthTearOff.h b/Source/core/svg/SVGLengthTearOff.h
|
| index 4f5f603e46b3c075637d2dec71a7bf57af96c92c..3533e0941a6370fb83ca9bbbdb12705064864924 100644
|
| --- a/Source/core/svg/SVGLengthTearOff.h
|
| +++ b/Source/core/svg/SVGLengthTearOff.h
|
| @@ -38,6 +38,7 @@
|
| namespace blink {
|
|
|
| class SVGLengthTearOff FINAL : public SVGPropertyTearOff<SVGLength>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // Forward declare these enums in the w3c naming scheme, for IDL generation
|
| enum {
|
| @@ -76,4 +77,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGLengthTearOff_h_
|
| +#endif // SVGLengthTearOff_h
|
|
|