Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| index 9817abc16b291b32a8bc29e846426e1cab621ff2..7fadccdae883600cf785ea13431b169f5a99dd71 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp |
| @@ -608,4 +608,4 @@ int SVGTextQuery::characterNumberAtPosition(const FloatPoint& position) const |
| return data.characterNumberWithin(m_queryRootLayoutObject); |
| } |
| -} |
| +} // namespace blink |