зеркало из https://github.com/mozilla/pjs.git
fix build bustage
This commit is contained in:
Родитель
8ff9e41f48
Коммит
fe2bd676a8
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче