mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Followup test only fix for bug 471219
This commit is contained in:
parent
b4cc34446e
commit
3f496f55cc
@ -61,7 +61,7 @@ var timerService = {
|
||||
while (entries.hasMoreElements()) {
|
||||
var entry = entries.getNext().QueryInterface(Components.interfaces.nsISupportsCString).data;
|
||||
var value = catMan.getCategoryEntry(CATEGORY_UPDATE_TIMER, entry);
|
||||
var timerID = value.split(",")[3];
|
||||
var timerID = value.split(",")[2];
|
||||
if (id == timerID) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user