Bug 702171 - ignore uncaught exceptions in browser_sessionstore.js so we can hear ourselves think over the constant yammering of "this.browser.fuzzyZoom is not a function", r=mbrubeck

--HG--
extra : rebase_source : 9e496216be05e2e5c901547d6b387e086244e67f
This commit is contained in:
Phil Ringnalda 2012-01-22 09:43:53 -08:00
parent 5eedfcd31e
commit 11fa6b017c

View File

@ -11,6 +11,7 @@ function test() {
// The "runNextTest" approach is async, so we need to call "waitForExplicitFinish()"
// We call "finish()" when the tests are finished
waitForExplicitFinish();
ignoreAllUncaughtExceptions();
ss = Cc["@mozilla.org/browser/sessionstore;1"].getService(Ci.nsISessionStore);