diff --git a/content/treestyletab/treestyletab.js b/content/treestyletab/treestyletab.js index cd7b1a00..5164cab0 100644 --- a/content/treestyletab/treestyletab.js +++ b/content/treestyletab/treestyletab.js @@ -645,7 +645,7 @@ try{ if (this.isToolbarCustomizing && !this.getTabFromChild(session.sourceNode)) return false; - window['piro.sakura.ne.jp'].autoScroll.processAutoScroll(aEvent); + this.autoScroll.processAutoScroll(aEvent); var info = this.getDropAction(aEvent, session);