Bug 1362886 part 2 - Devirtualize the IsLeaf() method by doing an array lookup instead. r=jfkthame

MozReview-Commit-ID: 1zm9rFhRVZ3
This commit is contained in:
Mats Palmgren
2017-05-26 12:11:12 +02:00
parent 1cf5bc6ecb
commit 661649e16a
24 changed files with 18 additions and 77 deletions

View File

@@ -25,12 +25,6 @@ nsMathMLmspaceFrame::~nsMathMLmspaceFrame()
{
}
bool
nsMathMLmspaceFrame::IsLeaf() const
{
return true;
}
void
nsMathMLmspaceFrame::ProcessAttributes(nsPresContext* aPresContext)
{