| Index: third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp
|
| index 409f49e87f98b1393dd4df71718af610318c47cf..f958e0578df08f464ac8787920d995f91622f54f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPointTearOff.cpp
|
| @@ -70,4 +70,4 @@ PassRefPtrWillBeRawPtr<SVGPointTearOff> SVGPointTearOff::matrixTransform(PassRef
|
| return SVGPointTearOff::create(SVGPoint::create(point), 0, PropertyIsNotAnimVal);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|