Bug 1118417 - Mark virtual overridden functions as MOZ_OVERRIDE in parser; r=hsivonen
This commit is contained in:
@@ -188,7 +188,7 @@ nsHtml5Parser::Parse(nsIURI* aURL,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsresult
|
||||
nsHtml5Parser::Parse(const nsAString& aSourceBuffer,
|
||||
void* aKey,
|
||||
const nsACString& aContentType,
|
||||
@@ -535,14 +535,6 @@ nsHtml5Parser::Reset()
|
||||
NS_NOTREACHED("Don't call this!");
|
||||
}
|
||||
|
||||
bool
|
||||
nsHtml5Parser::CanInterrupt()
|
||||
{
|
||||
// nsContentSink needs this to let nsContentSink::DidProcessATokenImpl
|
||||
// interrupt.
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
nsHtml5Parser::IsInsertionPointDefined()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user