0
Files
Chris Dumez f30d291d96 Rename Vector::remove(index) to Vector::removeAt(index)
https://bugs.webkit.org/show_bug.cgi?id=293362

Reviewed by Anne van Kesteren and Ryosuke Niwa.

Rename Vector::remove(index) to Vector::removeAt(index) to reduce confusion
and avoid bugs such as https://commits.webkit.org/294832@main.

Also apply the same rename to API in SVGList.h and AnimationList.h since
it was similar.

Canonical link: https://commits.webkit.org/295281@main
2025-05-22 09:56:13 -07:00
..