Fix for bug 75870 (XML namespace of XUL node attributes not accessible from JavaScript inside XUL templates). r=enndeakin, sr=bz.

This commit is contained in:
peterv%propagandism.org 2006-04-30 09:08:08 +00:00
Родитель b957dd795b
Коммит d2354dffd7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -920,6 +920,7 @@ nsXULContentBuilder::CopyAttributesToElement(nsIContent* aTemplateNode,
if (!value.IsEmpty()) {
rv = aRealNode->SetAttr(attribNameSpaceID,
attribName,
name->GetPrefix(),
value,
aNotify);
}