зеркало из https://github.com/mozilla/gecko-dev.git
bug 353044 - remove dump in calMonthGridPrinter for perf win. patch by Stefan Sitter <ssitter@googlemail.com>, r1=lilmatt, r2=jminta
This commit is contained in:
Родитель
179e52ffef
Коммит
b26d2481ae
|
@ -162,7 +162,7 @@ function monthPrint_format(aStream, aStart, aEnd, aCount, aItems, aTitle) {
|
|||
date.normalize();
|
||||
}
|
||||
html.appendChild(body);
|
||||
dump('\n'+html.toXMLString()+'\n');
|
||||
|
||||
var convStream = Components.classes["@mozilla.org/intl/converter-output-stream;1"]
|
||||
.getService(Components.interfaces.nsIConverterOutputStream);
|
||||
convStream.init(aStream, 'UTF-8', 0, 0x0000);
|
||||
|
|
Загрузка…
Ссылка в новой задаче