зеркало из https://github.com/mozilla/gecko-dev.git
70541 - xbl content attribute setting, r=blake, sr=hyatt
This commit is contained in:
Родитель
38794d139f
Коммит
212d80d3be
|
@ -718,7 +718,7 @@ nsXBLBinding::GenerateAnonymousContent()
|
|||
nsCOMPtr<nsIAtom> prefix;
|
||||
|
||||
for (PRInt32 i = 0; i < length; ++i) {
|
||||
content->GetAttributeNameAt(0, namespaceID, *getter_AddRefs(name), *getter_AddRefs(prefix));
|
||||
content->GetAttributeNameAt(i, namespaceID, *getter_AddRefs(name), *getter_AddRefs(prefix));
|
||||
|
||||
if (name.get() != kIncludesAtom) {
|
||||
nsAutoString value;
|
||||
|
|
Загрузка…
Ссылка в новой задаче