| Index: third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp b/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| index b76452b25fa7c6a1d944218cc8fd73052e0bf7c9..5cbfff52c305125b10200851eeb1c618030571f3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGParserUtilities.cpp
|
| @@ -250,4 +250,4 @@ bool parseNumberOrPercentage(const String& string, float& number)
|
| return genericParseNumberOrPercentage(ptr, end, number);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|