| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| index a8110fcbaf2a4a6aa16433c95e656766acd3044c..b749c82c4bae14dcb171d806e83040270f3eb25c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| @@ -114,7 +114,7 @@ String SVGScriptElement::charsetAttributeValue() const
|
|
|
| String SVGScriptElement::typeAttributeValue() const
|
| {
|
| - return getAttribute(SVGNames::typeAttr).string();
|
| + return getAttribute(SVGNames::typeAttr).getString();
|
| }
|
|
|
| String SVGScriptElement::languageAttributeValue() const
|
|
|