mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix GetCommand in HTML5 parser to return "view"
This commit is contained in:
parent
9f40c21137
commit
8dbfcccbd7
@ -242,7 +242,7 @@ nsHtml5Parser::GetContentSink(void)
|
||||
NS_IMETHODIMP_(void)
|
||||
nsHtml5Parser::GetCommand(nsCString& aCommand)
|
||||
{
|
||||
aCommand.Assign("loadAsData");
|
||||
aCommand.Assign("view");
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(void)
|
||||
|
Loading…
Reference in New Issue
Block a user