fixed 24114 - password fields showing the real text

git-svn-id: svn://10.0.0.236/trunk@58005 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jfrancis%netscape.com
2000-01-17 10:24:25 +00:00
parent a045eda783
commit 741109ca3f
2 changed files with 2 additions and 2 deletions

View File

@@ -558,7 +558,7 @@ nsTextEditRules::WillInsertText(nsIDOMSelection *aSelection,
// do text insertion
PRBool bCancel;
char newlineChar[] = {'\n',0};
nsString theString(*aInString); // copy instring for now
nsString theString(*aOutString); // copy instring for now
while (theString.Length())
{

View File

@@ -558,7 +558,7 @@ nsTextEditRules::WillInsertText(nsIDOMSelection *aSelection,
// do text insertion
PRBool bCancel;
char newlineChar[] = {'\n',0};
nsString theString(*aInString); // copy instring for now
nsString theString(*aOutString); // copy instring for now
while (theString.Length())
{