diff --git a/content/html/parser/src/nsHtml5Parser.cpp b/content/html/parser/src/nsHtml5Parser.cpp
index f41ef05b454..bb7e3e65ff3 100644
--- a/content/html/parser/src/nsHtml5Parser.cpp
+++ b/content/html/parser/src/nsHtml5Parser.cpp
@@ -242,7 +242,7 @@ nsHtml5Parser::GetContentSink(void)
NS_IMETHODIMP_(void)
nsHtml5Parser::GetCommand(nsCString& aCommand)
{
- aCommand.Assign("loadAsData");
+ aCommand.Assign("view");
}
NS_IMETHODIMP_(void)