| Index: third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| index b9699b2aee692f530e271eeeff85c3f73d5a3db6..bf54278ea96d5b1d738980aa6998c26b3b35f90b 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextPositioningElement.cpp
|
| @@ -90,4 +90,4 @@ SVGTextPositioningElement* SVGTextPositioningElement::elementFromLayoutObject(La
|
| return isSVGTextPositioningElement(*node) ? toSVGTextPositioningElement(node) : 0;
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|