| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| index 3f2d1ecc874ff9bb546119d116e76226d35da889..de7770ea2cfd2b14ecc4bdc72d7c4390091f1657 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -150,7 +150,7 @@ Document* SVGUseElement::externalDocument() const
|
|
|
| static void transferUseWidthAndHeightIfNeeded(const SVGUseElement& use, SVGElement& shadowElement, const SVGElement& originalElement)
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, hundredPercentString, ("100%", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, hundredPercentString, ("100%"));
|
| // Use |originalElement| for checking the element type, because we will
|
| // have replaced a <symbol> with an <svg> in the instance tree.
|
| if (isSVGSymbolElement(originalElement)) {
|
|
|