| Index: Source/core/svg/SVGPathStringSource.cpp
|
| diff --git a/Source/core/svg/SVGPathStringSource.cpp b/Source/core/svg/SVGPathStringSource.cpp
|
| index ecde69f1b1a948511026b2824026192a3f045c15..75e983d6a2e040e2ba1e00ca0bdf1fedd3aabaf6 100644
|
| --- a/Source/core/svg/SVGPathStringSource.cpp
|
| +++ b/Source/core/svg/SVGPathStringSource.cpp
|
| @@ -247,4 +247,4 @@ bool SVGPathStringSource::parseArcToSegment(float& rx, float& ry, float& angle,
|
| return parseArcToSegmentHelper(m_current.m_character16, m_end.m_character16, rx, ry, angle, largeArc, sweep, targetPoint);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|