From a43cd203808d7a4fe9b31b2fe9223329c2c2b233 Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Wed, 22 May 2002 13:17:13 +0000 Subject: [PATCH] changing false to PR_FALSE r=james.turner@crocodile-clips.com, bbaetz@student.usyd.edu.au --- layout/svg/base/src/nsSVGRenderingContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/svg/base/src/nsSVGRenderingContext.cpp b/layout/svg/base/src/nsSVGRenderingContext.cpp index f495d8c0df31..6d263b1c7f25 100644 --- a/layout/svg/base/src/nsSVGRenderingContext.cpp +++ b/layout/svg/base/src/nsSVGRenderingContext.cpp @@ -309,7 +309,7 @@ void nsSVGRenderingContext::InitializeBuffer() break; default: - NS_ASSERTION(false, "unsupported pixel depth"); + NS_ASSERTION(PR_FALSE, "unsupported pixel depth"); } PRInt32 bytesPerWidth;