mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update web-platform-tests to revision ab64b78a8f6777a1d95d8d1d4bba9ccdbecf94ea
This commit is contained in:
parent
da36740f0b
commit
394aced19f
713 changed files with 12430 additions and 12632 deletions
|
@ -826,7 +826,7 @@ IdlArray.prototype.test = function()
|
|||
this["includes"] = {};
|
||||
|
||||
// Assert B defined for A : B
|
||||
for (var member of Object.values(this.members).filter(m => m.base)) {
|
||||
for (const member of Object.values(this.members).filter(m => m.base)) {
|
||||
const lhs = member.name;
|
||||
const rhs = member.base;
|
||||
if (!(rhs in this.members)) throw new IdlHarnessError(`${lhs} inherits ${rhs}, but ${rhs} is undefined.`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue