mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Actually address review comments for bug 482310. a=sdwilsh for CLOSED TREE
This commit is contained in:
parent
c77ce2595e
commit
132895694f
@ -37,14 +37,14 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
/***
|
||||
/**
|
||||
* Necko utilities
|
||||
*/
|
||||
|
||||
const Ci = Components.interfaces;
|
||||
const Cc = Components.classes;
|
||||
|
||||
var NetUtil = {
|
||||
const NetUtil = {
|
||||
/**
|
||||
* Function to perform simple async copying from aSource (an input stream)
|
||||
* to aSink (an output stream). The copy will happen on some background
|
||||
|
Loading…
Reference in New Issue
Block a user