fix wrong method name

This commit is contained in:
SHIMODA Hiroshi 2012-01-24 10:15:25 +09:00
parent f077af1317
commit 8e1188d9be

View File

@ -144,7 +144,7 @@ TreeStyleTabWindow.prototype = {
get browser()
{
var w = this.window;
this.ensureBeforeDestruction(w);
this.assertBeforeDestruction(w);
return 'SplitBrowser' in w ? w.SplitBrowser.activeBrowser :
w.gBrowser ;
},