Bug 1065185 followup: expose the indexed prop we're trying to access in this test to reopen the CLOSED TREE

This commit is contained in:
Boris Zbarsky 2014-10-01 11:14:39 -04:00
Родитель 41db288792
Коммит b4f9648437
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -7,6 +7,7 @@ function setupChromeSandbox() {
get: function() { return _b; },
set: function(val) { _b = val; } });
this.chromeArr = [4, 2, 1];
this.chromeArr["__exposedProps__"] = { "1": "rw" };
}
function checkDefineThrows(sb, obj, prop, desc) {