Actually address review comments for bug 482310. a=sdwilsh for CLOSED TREE

This commit is contained in:
Boris Zbarsky 2009-05-07 17:00:06 -04:00
parent 29f13caf96
commit f4c921057f

View File

@ -37,14 +37,14 @@
* *
* ***** END LICENSE BLOCK ***** */ * ***** END LICENSE BLOCK ***** */
/*** /**
* Necko utilities * Necko utilities
*/ */
const Ci = Components.interfaces; const Ci = Components.interfaces;
const Cc = Components.classes; const Cc = Components.classes;
var NetUtil = { const NetUtil = {
/** /**
* Function to perform simple async copying from aSource (an input stream) * Function to perform simple async copying from aSource (an input stream)
* to aSink (an output stream). The copy will happen on some background * to aSink (an output stream). The copy will happen on some background