| Index: Source/platform/mhtml/MHTMLArchive.cpp
|
| diff --git a/Source/platform/mhtml/MHTMLArchive.cpp b/Source/platform/mhtml/MHTMLArchive.cpp
|
| index 76a1e140571cd8532d64677ace77cfa47a43c67e..2661cf831784547f1740f470ae8c5ff04905ba53 100644
|
| --- a/Source/platform/mhtml/MHTMLArchive.cpp
|
| +++ b/Source/platform/mhtml/MHTMLArchive.cpp
|
| @@ -132,7 +132,7 @@ PassRefPtr<SharedBuffer> MHTMLArchive::generateMHTMLData(const Vector<Serialized
|
| String dateString = makeRFC2822DateString(now.weekDay(), now.monthDay(), now.month(), now.fullYear(), now.hour(), now.minute(), now.second(), 0);
|
|
|
| StringBuilder stringBuilder;
|
| - stringBuilder.appendLiteral("From: <Saved by WebKit>\r\n");
|
| + stringBuilder.appendLiteral("From: <Saved by Blink>\r\n");
|
| stringBuilder.appendLiteral("Subject: ");
|
| // We replace non ASCII characters with '?' characters to match IE's behavior.
|
| stringBuilder.append(replaceNonPrintableCharacters(title));
|
|
|