| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.cpp
|
| index 17ac253b8a6726f02687e2761ed833200ed49aaa..a243f639f86a085e3d5f00604ec89c8fbf8dde30 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.cpp
|
| @@ -62,4 +62,4 @@ float LayoutSVGTextPath::startOffset() const
|
| return toSVGTextPathElement(node())->startOffset()->currentValue()->valueAsPercentage();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|