diff options
author | Till Schneidereit <till@tillschneidereit.net> | 2016-09-29 12:35:11 +0200 |
---|---|---|
committer | Till Schneidereit <till@tillschneidereit.net> | 2016-09-29 12:35:11 +0200 |
commit | 9a8f5200473310ed7229bdd3bb2c5fdf768c67fa (patch) | |
tree | bc40b1667f70c9b4b0a0f253d9c5619859b192c1 /components/script/dom/bindings/codegen/parser/tests | |
parent | 06bb57bdcb7eb60ffe4058ced7301a5f285eede5 (diff) | |
download | servo-9a8f5200473310ed7229bdd3bb2c5fdf768c67fa.tar.gz servo-9a8f5200473310ed7229bdd3bb2c5fdf768c67fa.zip |
Fix codegen for iterable's forEach method
The `forEach` method installed on iterable DOM interfaces uses SpiderMonkey's self-hosted implementation of `Array.prototype.forEach`, but it has the wrong value for `nargs`, causing failing asserts in debug and wrong behavior in release builds.
Fixes #13451
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/tests')
0 files changed, 0 insertions, 0 deletions