RESOLVED FIXED 282371
[JSC] Remove unnecessary ASSERT in LLIntSlowPaths.cpp
https://bugs.webkit.org/show_bug.cgi?id=282371
Summary [JSC] Remove unnecessary ASSERT in LLIntSlowPaths.cpp
Michael Saboff
Reported 2024-10-30 21:13:04 PDT
Similar to the change landed in 285932@main, remove the ASSERT(oldStructure == newStructure->previousID()); that is immediately followed by if (oldStructure == newStructure->previousID()) ...
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-30 21:13:53 PDT
Michael Saboff
Comment 2 2024-10-30 21:20:22 PDT
EWS
Comment 3 2024-10-31 09:47:34 PDT
Committed 285958@main (6595fcf60a8d): <https://commits.webkit.org/285958@main> Reviewed commits have been landed. Closing PR #35983 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.