attempting to fix bustage

git-svn-id: svn://10.0.0.236/trunk@66102 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
2000-04-15 21:13:55 +00:00
parent 8a7f53cc88
commit 4f247b2dba
2 changed files with 2 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ nsImageDocument::CreateSyntheticDocument()
char* src;
mDocumentURL->GetSpec(&src);
nsHTMLValue val( NS_ConvertASCIItoUCS2(src) );
nsHTMLValue val(src);
delete[] src;
image->SetHTMLAttribute(nsHTMLAtoms::src, val, PR_FALSE);
image->SetHTMLAttribute(nsHTMLAtoms::alt, val, PR_FALSE);