Changeset 1744

Show
Ignore:
Timestamp:
2010-02-13 03:10:14 (6 months ago)
Author:
MaierMan
Message:

fix regression when on close fast-path

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager/manager.js

    r1743 r1744  
    972972        unload: function D_unload() { 
    973973                PrivateBrowsing.unregisterCallbacks(this); 
    974                 GlobalBucket.kill(); 
     974                if (GlobalBucket) {  
     975                        GlobalBucket.kill(); 
     976                } 
    975977                Limits.killServerBuckets(); 
    976978