From df51b063f8a7ea0ba401fd2df7ee33cada7ac2a4 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 1 Apr 2009 15:21:01 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4006 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/res/boxObject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/res/boxObject.js b/content/treestyletab/res/boxObject.js index f53f2925..0d06fe92 100644 --- a/content/treestyletab/res/boxObject.js +++ b/content/treestyletab/res/boxObject.js @@ -156,7 +156,7 @@ '/descendant::*[contains(" frame FRAME iframe IFRAME browser tabbrowser ", concat(" ", local-name(), " "))]', parentDocument, null, - XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, + Ci.nsIDOMXPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null ); for (let i = 0, maxi = nodes.snapshotLength; i < maxi; i++)