mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 678259 - Implement mozIVisitInfoCallback::handleResult to avoid exception. r=rnewman
This commit is contained in:
parent
e4fa979c53
commit
c5cfc95575
@ -255,6 +255,7 @@ HistoryStore.prototype = {
|
||||
|
||||
let cb = Async.makeSyncCallback();
|
||||
let updatePlacesCallback = {
|
||||
handleResult: function handleResult() {},
|
||||
handleError: function handleError(resultCode, placeInfo) {
|
||||
failed.push(placeInfo.guid);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user