Commit Graph

1 Commits

Author SHA1 Message Date
Shannon Booth
71ba774083 LibWeb/Bindings: Don’t set @@unscopables in unforgeable attribute setup
[Unscopable] members should only affect the interface prototype’s
@@unscopables object. The bindings generator was also creating an empty
@@unscopables object in define_unforgeable_attributes(), installing it
as an own property on instances.
2026-03-19 20:44:36 +01:00