fix build bustage. sending mail to rahda so she can back this out, if necessary

git-svn-id: svn://10.0.0.236/trunk@35608 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-06-16 01:50:17 +00:00
parent a72551e11b
commit 0143851e83
2 changed files with 2 additions and 2 deletions

View File

@@ -1755,7 +1755,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
/* Add yourself to the Session History */
if (shist) {
PRInt32 ret=0;
ret = shist->add(this, aType);
ret = shist->add(this);
}
}