Bug 655261 - Remove nsIParserFilter from the tree. r=mrbkap.

This commit is contained in:
Henri Sivonen
2012-01-09 14:20:43 +02:00
parent f69f74ec83
commit e37be49202
8 changed files with 2 additions and 114 deletions

View File

@@ -157,12 +157,6 @@ nsHtml5Parser::SetDocumentCharset(const nsACString& aCharset,
aCharsetSource);
}
NS_IMETHODIMP_(void)
nsHtml5Parser::SetParserFilter(nsIParserFilter* aFilter)
{
NS_ERROR("Attempt to set a parser filter on HTML5 parser.");
}
NS_IMETHODIMP
nsHtml5Parser::GetChannel(nsIChannel** aChannel)
{