fixed API mismatch
git-svn-id: svn://10.0.0.236/trunk@4260 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user