Colin Walters b76efe17d6 notificationDaemon: Work around JS interpreter bug
The "id" variable was being sporadically reset to null, and as far as
Florian and I could determine, this is actually a Spidermonkey bug.

The issue has something to do with:

1) use of "let" for the variable
2) Nesting a dynamic closure inside of a for() loop

Work around it here for now - I tried to create a minimized test case
to hand to the Spidermonkey developers, but failed.  A big part of
the problem is it's only sporadically reproducible.
2011-08-25 09:20:00 -04:00
..
2011-07-14 12:51:18 -04:00
2011-08-11 05:35:23 -04:00
2010-07-19 01:46:01 +02:00
2010-07-19 01:46:01 +02:00
2011-05-20 14:19:16 +02:00
2011-08-11 05:35:23 -04:00
2011-08-11 05:35:23 -04:00