1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 15:34:59 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
7f90b0cab7 LibWeb: Don't override prototype on generated iterator prototypes
Generated iterator prototypes already have the IteratorPrototype as
their prototype, but we were incorrectly hijacking them and rerouting
to ObjectPrototype.

Regressed in cfe663435e.
2023-06-08 10:05:56 +02:00