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

This commit is contained in:
sspitzer@netscape.com
1999-06-16 01:50:17 +00:00
parent 197cf787e7
commit 3f1e257e7e
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);
}
}