Minefield 3.7a5preで一部のコンテキストメニューの項目が機能しない問題を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6607 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-04-22 08:29:18 +00:00
parent c96c4047de
commit 78f76ae03b

View File

@ -852,7 +852,7 @@ var TreeStyleTabUtils = {
Ci.nsIDOMXPathResult.FIRST_ORDERED_NODE_TYPE
).singleNodeValue;
if (popup && 'TabContextMenu' in aTabBrowserChild.ownerDocument.defaultView)
return this.getTabBrowserFromChild(TabContextMenu.contextTab);
return this.getTabBrowserFromChild(aTabBrowserChild.ownerDocument.defaultView.TabContextMenu.contextTab);
var b = this.evaluateXPath(
'ancestor::xul:tabbrowser | '+