mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
fix build bustage
This commit is contained in:
parent
c38e6a4ab2
commit
f466ad1dda
@ -1915,7 +1915,7 @@ PresShell::PopCurrentEventFrame()
|
||||
{
|
||||
mCurrentEventFrame = nsnull;
|
||||
|
||||
if (0 != mCurrentEventFrameStack.Count) {
|
||||
if (0 != mCurrentEventFrameStack.Count()) {
|
||||
mCurrentEventFrame = (nsIFrame*)mCurrentEventFrameStack.ElementAt(0);
|
||||
mCurrentEventFrameStack.RemoveElementAt(0);
|
||||
}
|
||||
|
@ -1915,7 +1915,7 @@ PresShell::PopCurrentEventFrame()
|
||||
{
|
||||
mCurrentEventFrame = nsnull;
|
||||
|
||||
if (0 != mCurrentEventFrameStack.Count) {
|
||||
if (0 != mCurrentEventFrameStack.Count()) {
|
||||
mCurrentEventFrame = (nsIFrame*)mCurrentEventFrameStack.ElementAt(0);
|
||||
mCurrentEventFrameStack.RemoveElementAt(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user