mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Use the local instead of making another virtual function call. Followup for bug 484031
This commit is contained in:
parent
9ba6097af7
commit
49bdfb55cd
@ -6111,8 +6111,7 @@ nsCSSFrameConstructor::ContentAppended(nsIContent* aContainer,
|
||||
}
|
||||
LAYOUT_PHASE_TEMP_EXIT();
|
||||
// Call ContentInserted with this index.
|
||||
ContentInserted(aContainer, aContainer->GetChildAt(i), i,
|
||||
mTempFrameTreeState);
|
||||
ContentInserted(aContainer, content, i, mTempFrameTreeState);
|
||||
LAYOUT_PHASE_TEMP_REENTER();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user