From 4e9eda7dc41f607dafcdc2d374f1ea8c1a5b84d2 Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Thu, 2 Sep 1999 19:21:45 +0000 Subject: [PATCH] fix build bustage git-svn-id: svn://10.0.0.236/trunk@45715 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsPresShell.cpp | 2 +- mozilla/layout/html/base/src/nsPresShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/base/nsPresShell.cpp b/mozilla/layout/base/nsPresShell.cpp index 5e255c18949..4e4455f8ba7 100644 --- a/mozilla/layout/base/nsPresShell.cpp +++ b/mozilla/layout/base/nsPresShell.cpp @@ -1915,7 +1915,7 @@ PresShell::PopCurrentEventFrame() { mCurrentEventFrame = nsnull; - if (0 != mCurrentEventFrameStack.Count) { + if (0 != mCurrentEventFrameStack.Count()) { mCurrentEventFrame = (nsIFrame*)mCurrentEventFrameStack.ElementAt(0); mCurrentEventFrameStack.RemoveElementAt(0); } diff --git a/mozilla/layout/html/base/src/nsPresShell.cpp b/mozilla/layout/html/base/src/nsPresShell.cpp index 5e255c18949..4e4455f8ba7 100644 --- a/mozilla/layout/html/base/src/nsPresShell.cpp +++ b/mozilla/layout/html/base/src/nsPresShell.cpp @@ -1915,7 +1915,7 @@ PresShell::PopCurrentEventFrame() { mCurrentEventFrame = nsnull; - if (0 != mCurrentEventFrameStack.Count) { + if (0 != mCurrentEventFrameStack.Count()) { mCurrentEventFrame = (nsIFrame*)mCurrentEventFrameStack.ElementAt(0); mCurrentEventFrameStack.RemoveElementAt(0); }