Bug 732755 - Intermittent test_mozIAsyncLivemarks.js | false == true.

r=dietrich
This commit is contained in:
Marco Bonardo 2012-03-12 21:50:26 +01:00
Родитель 8dbe8c8f88
Коммит bdbd0a6430
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -420,7 +420,7 @@ LivemarkService.prototype = {
// otherwise checking for the livemark using any deprecated synchronous
// API from an onItemAnnotation notification would give a wrong result.
this._livemarks[livemark.id] = livemark;
this._guids[livemark.guid] = livemark.id;
this._guids[aLivemarkInfo.guid] = livemark.id;
}
catch (ex) {
result = ex.result;