| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| index cc7ad13610ec10a955b4fe2a5674a63bbfdba025..d5c12da2cdad6c98a2e8ff24bb65f5c1dd66ed28 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -66,7 +66,7 @@ const LayoutSVGText* findTextRoot(const LayoutObject* start)
|
| return nullptr;
|
| }
|
|
|
| -}
|
| +} // namespace
|
|
|
| LayoutSVGText::LayoutSVGText(SVGTextElement* node)
|
| : LayoutSVGBlock(node)
|
| @@ -536,4 +536,4 @@ void LayoutSVGText::invalidateTreeIfNeeded(PaintInvalidationState& paintInvalida
|
| invalidatePaintOfSubtreesIfNeeded(childTreeWalkState);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|