Back out 4774010c55bd (bug 984015) for xpcshell bustage

This commit is contained in:
Phil Ringnalda 2014-03-23 07:29:02 -07:00
parent 99390e3f14
commit 655a096ea5

@ -1698,7 +1698,7 @@ let GUIDHelper = {
if (row)
itemId = row.getResultByIndex(0);
},
handleCompletion: aReason => {
handleCompletion: function (aReason) {
if (aReason == REASON_FINISHED && itemId != -1) {
deferred.resolve(itemId);
@ -1732,7 +1732,7 @@ let GUIDHelper = {
guid = row.getResultByIndex(1);
}
},
handleCompletion: aReason => {
handleCompletion: function (aReason) {
if (aReason == REASON_FINISHED && guid) {
deferred.resolve(guid);