From d844aa5fb8a761717f99ae770f61e19dfe0c961a Mon Sep 17 00:00:00 2001 From: "tor%cs.brown.edu" Date: Tue, 16 Dec 2003 21:45:34 +0000 Subject: [PATCH] Bug 183185 - pageInfo.js "Error: this.data[row] has no properties". Patch by Daniel Brooks, r=timeless, sr=bz, a=tor. git-svn-id: svn://10.0.0.236/trunk@150374 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/browser/resources/content/pageInfo.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/xpfe/browser/resources/content/pageInfo.js b/mozilla/xpfe/browser/resources/content/pageInfo.js index 66247c31c83..3bf95276e7b 100644 --- a/mozilla/xpfe/browser/resources/content/pageInfo.js +++ b/mozilla/xpfe/browser/resources/content/pageInfo.js @@ -384,8 +384,6 @@ function makeGeneralTab() for (var i = 0; i < length; i++) metaView.addRow([metaNodes[i].name || metaNodes[i].httpEquiv, metaNodes[i].content]); - metaView.rowCountChanged(0, length); - // get the document characterset var encoding = theDocument.characterSet; document.getElementById("encodingtext").value = encoding; @@ -661,8 +659,6 @@ function onFormSelect() fieldView.setCellText(j, "field-label", labeltext); } } - - fieldView.rowCountChanged(0, length); } }