| Index: third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| index e6a18be75534d0af5ac0d1391591fd655a683d2b..8622985114fe9df6c703596c079866b1e0a376a7 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/MarkupFormatter.cpp
|
| @@ -228,7 +228,7 @@ void MarkupFormatter::appendNamespace(StringBuilder& result, const AtomicString&
|
| if (foundURI != namespaceURI) {
|
| namespaces.set(lookupKey, namespaceURI);
|
| result.append(' ');
|
| - result.append(xmlnsAtom.string());
|
| + result.append(xmlnsAtom.getString());
|
| if (!prefix.isEmpty()) {
|
| result.append(':');
|
| result.append(prefix);
|
|
|