| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| index 5c1719aa964e02a0943b6fcfa4f5ff03ab67ac2a..c9499439759ea6fb6f068af81b6d9edca518ba30 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| @@ -245,4 +245,4 @@ PassRefPtr<StringImpl> LayoutSVGInlineText::originalText() const
|
| return applySVGWhitespaceRules(result, style() && style()->whiteSpace() == PRE);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|