bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj

This commit is contained in:
Trevor Saunders
2014-08-05 13:33:55 -04:00
parent 3e4fdd6a6f
commit d67df400c1
121 changed files with 336 additions and 336 deletions

View File

@@ -30,10 +30,10 @@ class nsHtml5StreamParser;
class nsIContent;
class nsIDocument;
class nsHtml5TreeOpExecutor : public nsHtml5DocumentBuilder,
public nsIContentSink,
public nsAHtml5TreeOpSink,
public mozilla::LinkedListElement<nsHtml5TreeOpExecutor>
class nsHtml5TreeOpExecutor MOZ_FINAL : public nsHtml5DocumentBuilder,
public nsIContentSink,
public nsAHtml5TreeOpSink,
public mozilla::LinkedListElement<nsHtml5TreeOpExecutor>
{
friend class nsHtml5FlushLoopGuard;