| Index: Source/core/svg/SVGNumberTearOff.h
|
| diff --git a/Source/core/svg/SVGNumberTearOff.h b/Source/core/svg/SVGNumberTearOff.h
|
| index 6322c8c61d6d591d60031bd1d55c88dd7771e4c8..b70e52233f18d3362db1a091177839e43d8af4cb 100644
|
| --- a/Source/core/svg/SVGNumberTearOff.h
|
| +++ b/Source/core/svg/SVGNumberTearOff.h
|
| @@ -38,6 +38,7 @@
|
| namespace blink {
|
|
|
| class SVGNumberTearOff : public SVGPropertyTearOff<SVGNumber>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
|
| {
|
| @@ -53,4 +54,4 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SVGNumberTearOff_h_
|
| +#endif // SVGNumberTearOff_h
|
|
|