Bug 728426 - Opening and then closing bookmarks sidebar keeps the bookmarksPanel.xul and/or history-panel.xul document alive; r=dao

This commit is contained in:
Tim Taubert
2012-07-21 19:37:56 +02:00
parent 0e1e810362
commit ef43db4ffc
2 changed files with 9 additions and 2 deletions

View File

@@ -426,7 +426,7 @@ class ShutdownLeakLogger(object):
DOM windows (that are still around after test suite shutdown, despite running
the GC) to the tests that created them and prints leak statistics.
"""
MAX_LEAK_COUNT = 5
MAX_LEAK_COUNT = 3
def __init__(self, logger):
self.logger = logger