Fix mismatched variable name

This commit is contained in:
YUKI Hiroshi 2016-08-26 17:55:36 +09:00
parent 792db2cc6e
commit 00a7004f9c

View File

@ -5637,7 +5637,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
if (!aChild.parentNode || (aParent && !aParent.parentNode)) // do nothing for closed tab!
return;
log('attachTabTo: attach ', aChild._tPos, ' to ', parentTab._tPos);
log('attachTabTo: attach ', aChild._tPos, ' to ', aParent._tPos);
aInfo = aInfo || {};
var newAncestors = [];