attempting to fix bustage
git-svn-id: svn://10.0.0.236/trunk@66102 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user