| Index: third_party/WebKit/Source/core/svg/SVGNumberTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.h b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.h
|
| index 2f0b457e1e0ac4cd4e3cb773017c44f3ff4ada90..8217e1b8d9008d5e226e5d435fbdd1313c459bff 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.h
|
| @@ -45,6 +45,8 @@ public:
|
| return new SVGNumberTearOff(target, contextElement, propertyIsAnimVal, attributeName);
|
| }
|
|
|
| + DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
| +
|
| void setValue(float, ExceptionState&);
|
| float value() { return target()->value(); }
|
|
|
|
|