Bug 739537 - No longer drop leading space from the plain text clipboard flavor when exporting both HTML and plain text to clipboard. r=smaug.

This commit is contained in:
Henri Sivonen 2012-04-03 09:44:15 +03:00
Родитель c2a6dd8773
Коммит 6f3ab1156e
2 изменённых файлов: 10 добавлений и 14 удалений

Просмотреть файл

@ -188,10 +188,6 @@ SelectionCopyHelper(nsISelection *aSel, nsIDocument *aDoc,
if (NS_FAILED(rv))
return rv;
// Emulate the collateral damage from bug 564737. Remove the following
// line to fix bug 739537.
plaintextBuffer.Trim(" ", true, false);
// Now create the version that shows HTML context
mimeType.AssignLiteral(kHTMLMime);