Bug 1118417 - Mark virtual overridden functions as MOZ_OVERRIDE in parser; r=hsivonen

This commit is contained in:
Ehsan Akhgari
2015-01-06 15:11:44 -05:00
parent 4b3f60067b
commit 5c1aa90db7
11 changed files with 105 additions and 124 deletions

View File

@@ -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()
{