fixed API mismatch

git-svn-id: svn://10.0.0.236/trunk@4260 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg
1998-06-23 01:35:25 +00:00
parent 63134a16f2
commit 96fcb89fb0
2 changed files with 2 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ extern "C" NS_EXPORT int DebugRobot(
parser->SetContentSink(sink);
g_bReadyForNextUrl = PR_FALSE;
parser->Parse(url, pl, PR_TRUE, pIParserDebug);/* XXX hook up stream listener here! */
parser->Parse(url, pl, pIParserDebug);/* XXX hook up stream listener here! */
while (!g_bReadyForNextUrl) {
if (yieldProc != NULL)
(*yieldProc)(url->GetSpec());