Fix GetCommand in HTML5 parser to return "view"

This commit is contained in:
Henri Sivonen 2009-06-24 10:20:13 +03:00
parent 9f40c21137
commit 8dbfcccbd7

View File

@ -242,7 +242,7 @@ nsHtml5Parser::GetContentSink(void)
NS_IMETHODIMP_(void)
nsHtml5Parser::GetCommand(nsCString& aCommand)
{
aCommand.Assign("loadAsData");
aCommand.Assign("view");
}
NS_IMETHODIMP_(void)