bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user