зеркало из https://github.com/mozilla/gecko-dev.git
Make XBL props enumerable. r=brendan, a=brendan
This commit is contained in:
Родитель
3fccb947d1
Коммит
e21020f389
|
@ -789,7 +789,7 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
|
|||
|
||||
void* getFunc = nsnull;
|
||||
void* setFunc = nsnull;
|
||||
uintN attrs = 0;
|
||||
uintN attrs = JSPROP_ENUMERATE;
|
||||
|
||||
if (readOnly.EqualsWithConversion("true"))
|
||||
attrs |= JSPROP_READONLY;
|
||||
|
|
|
@ -789,7 +789,7 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
|
|||
|
||||
void* getFunc = nsnull;
|
||||
void* setFunc = nsnull;
|
||||
uintN attrs = 0;
|
||||
uintN attrs = JSPROP_ENUMERATE;
|
||||
|
||||
if (readOnly.EqualsWithConversion("true"))
|
||||
attrs |= JSPROP_READONLY;
|
||||
|
|
Загрузка…
Ссылка в новой задаче