| Index: third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| index efcbd806b15d2529edddc7c7d038821d9544940f..7f134aca6fdab2c5f0ed47e0f1936b624bf86703 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -263,4 +263,4 @@ SVGTextContentElement* SVGTextContentElement::elementFromLayoutObject(LayoutObje
|
| return isSVGTextContentElement(*element) ? toSVGTextContentElement(element) : 0;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|