| 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 a33147333886bfb57b08605fe24b7c74a3a2a1cb..fe4a761182c24e2dc1640229ac4666d46c8b0965 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextContentElement.cpp
|
| @@ -210,7 +210,7 @@ bool SVGTextContentElement::isPresentationAttribute(const QualifiedName& name) c
|
| void SVGTextContentElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
| {
|
| if (name.matches(XMLNames::spaceAttr)) {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, preserveString, ("preserve", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, preserveString, ("preserve"));
|
|
|
| if (value == preserveString) {
|
| UseCounter::count(document(), UseCounter::WhiteSpacePreFromXMLSpace);
|
|
|