mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 22:44:13 +00:00
fix build crash
This commit is contained in:
parent
ded7918ef1
commit
bfc83c83b9
@ -2797,7 +2797,7 @@ nsBrowserWindow::DoDebugSave()
|
||||
parser->RegisterDTD(dtd);
|
||||
//dtd->SetContentSink(sink);
|
||||
//dtd->SetParser(parser);
|
||||
parser->Parse(buffer, PR_FALSE);
|
||||
parser->Parse(buffer, PR_FALSE,PR_FALSE,PR_TRUE);
|
||||
}
|
||||
out.close();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user