fix build bustage. sending mail to rahda so she can back this out, if necessary
This commit is contained in:
@@ -1755,7 +1755,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
|||||||
/* Add yourself to the Session History */
|
/* Add yourself to the Session History */
|
||||||
if (shist) {
|
if (shist) {
|
||||||
PRInt32 ret=0;
|
PRInt32 ret=0;
|
||||||
ret = shist->add(this, aType);
|
ret = shist->add(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1755,7 +1755,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
|
|||||||
/* Add yourself to the Session History */
|
/* Add yourself to the Session History */
|
||||||
if (shist) {
|
if (shist) {
|
||||||
PRInt32 ret=0;
|
PRInt32 ret=0;
|
||||||
ret = shist->add(this, aType);
|
ret = shist->add(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user