evaluate: invalidate startup cache before loading temp file
commitce6147f60838862d11614ff7d986f85730172ffa
authorJohn Foerch <jjfoerch@earthlink.net>
Sun, 2 Oct 2011 21:32:35 +0000 (2 17:32 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Sun, 2 Oct 2011 21:38:34 +0000 (2 17:38 -0400)
treef4cd567bc21b82951294f855722b84862d1b1390
parent5063f914e5cb0a4d7d81d638517d8026d4413603
evaluate: invalidate startup cache before loading temp file

From XULRunner 8.0, subscript_loader.loadSubScript now makes use of the
startup cache to speed up repeated loads of javascript files.  This makes
it necessary for our evaluate command (M-:) to invalidate that cache
before loading from its temp file.

resolves issue360
modules/utils.js