| Index: third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp b/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| index 329135305ae5b1b35bdf7aa20652f98864d87675..ceb0dc87e678d792bc5ebe5877d413054ce52368 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
|
| @@ -71,7 +71,7 @@ void SVGStyleElement::setDisabled(bool setDisabled)
|
|
|
| const AtomicString& SVGStyleElement::type() const
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css"));
|
| const AtomicString& n = getAttribute(SVGNames::typeAttr);
|
| return n.isNull() ? defaultValue : n;
|
| }
|
|
|