| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| index a718f2bf88c949d23e2406dffb151206f71ebbfe..af0644c6af449160d38bf2fc1c4999211e6301dd 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| @@ -172,7 +172,7 @@ String SVGEnumerationToString(Enum value)
|
| return String();
|
| }
|
|
|
| -}
|
| +} // namespace
|
|
|
| static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType)
|
| {
|
|
|