Backout passing of PR_FALSE to GetText() in CreateAnonymousContent(). That

was a debug change in my tree that I accidentally included in my previous
checkin.


git-svn-id: svn://10.0.0.236/trunk@73690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kin%netscape.com 2000-07-05 21:23:35 +00:00
parent bd9e5900cc
commit 682a69e783

View File

@ -1457,7 +1457,7 @@ nsGfxTextControlFrame2::CreateAnonymousContent(nsIPresContext* aPresContext,
if (mCachedState)
defaultValue = mCachedState->GetUnicode();
else
rv = GetText(&defaultValue, PR_FALSE);
rv = GetText(&defaultValue, PR_TRUE);
if (NS_FAILED(rv))
return rv;