no need to restore tab attributes (revert the last commit)

This commit is contained in:
SHIMODA Hiroshi 2011-12-05 10:26:23 +09:00
parent 7be4a42f0e
commit f524c96c79

View File

@ -1037,7 +1037,6 @@ var TreeStyleTabUtils = {
try { try {
this.checkCachedSessionDataExpiration(aTab); this.checkCachedSessionDataExpiration(aTab);
this.SessionStore.setTabValue(aTab, aKey, aValue); this.SessionStore.setTabValue(aTab, aKey, aValue);
this.SessionStore.persistTabAttribute(aKey);
} }
catch(e) { catch(e) {
} }