get rid of a warning on UNIX

git-svn-id: svn://10.0.0.236/trunk@29151 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com 1999-04-26 02:56:56 +00:00
parent 2082df9ddd
commit 5bcbd707a0

View File

@ -361,8 +361,8 @@ nsToolboxFrame :: Reflow(nsIPresContext& aPresContext,
//
#ifdef NS_DEBUG
//*** Highlights bug 3505. The frame still exists even though the display:none attribute is set on
//*** the content node.
// *** Highlights bug 3505. The frame still exists even though the display:none attribute is set on
// *** the content node.
nsAutoString value;
childContent->GetAttribute ( kNameSpaceID_None, kCollapsedAtom, value );
if ( value == "true" )