Bug 880558 - Uplift addon-sdk to firefox r=me

This commit is contained in:
Wes Kocher
2013-06-07 09:43:59 -07:00
parent 5bc78fdfe5
commit c5cb7411fb
31 changed files with 740 additions and 1305 deletions

View File

@@ -2696,7 +2696,7 @@ ServerHandler.prototype =
throw e;
}
function writeMore()
let writeMore = function writeMore()
{
gThreadManager.currentThread
.dispatch(writeData, Ci.nsIThread.DISPATCH_NORMAL);