| Index: third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| index e05c20a36beaa65840ba962fa2df31b8cf893b4c..c274ff7ea7ea870fc8e857d43130df60e725e61c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
|
| @@ -52,6 +52,11 @@ void SVGNumberTearOff::setValue(float f, ExceptionState& exception_state) {
|
| CommitChange();
|
| }
|
|
|
| +SVGNumberTearOff* SVGNumberTearOff::CreateDetached() {
|
| + return Create(SVGNumber::Create(), nullptr, kPropertyIsNotAnimVal,
|
| + QualifiedName::Null());
|
| +}
|
| +
|
| DEFINE_TRACE_WRAPPERS(SVGNumberTearOff) {
|
| visitor->TraceWrappers(contextElement());
|
| }
|
|
|