mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Back out 4774010c55bd (bug 984015) for xpcshell bustage
This commit is contained in:
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user