More fixes for xpcshell tests; seriously, where did people ever manage to discover this junk?

This commit is contained in:
Jeff Walden 2010-04-21 17:41:00 -07:00
Родитель d7d2bc05b8
Коммит d1c074dad5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -51,7 +51,7 @@ function test() {
testprivatecl.prototype = { testprivatecl.prototype = {
_arguments: ["private-toggle"], _arguments: ["private-toggle"],
get length getLength() { get length() {
return this._arguments.length; return this._arguments.length;
}, },
getArgument: function getArgument(aIndex) { getArgument: function getArgument(aIndex) {

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

@ -43,7 +43,7 @@ function testprivatecl() {
testprivatecl.prototype = { testprivatecl.prototype = {
_arguments: ["private", "silent"], _arguments: ["private", "silent"],
get length getLength() { get length() {
return this._arguments.length; return this._arguments.length;
}, },
getArgument: function getArgument(aIndex) { getArgument: function getArgument(aIndex) {