Skip to content

Commit

Permalink
fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
darobin committed Feb 7, 2013
1 parent 12305b8 commit 92aa7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idlharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ IdlInterface.prototype.test_members = function()
window[this.name].prototype[member.name].apply({}, args);
}, "calling operation with this = {} didn't throw TypeError");
}.bind(this), this.name + " interface: operation " + member.name +
"(" + member.arguments.map(function(m) { return m.type.idlType; }) +
"(" + member.arguments.map(function(m) { return m.idlType.idlType; }) +
")");
}
// TODO: check more member types, like stringifier
Expand Down

0 comments on commit 92aa7aa

Please sign in to comment.