WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-10-30 21:13:53 PDT
<
rdar://problem/138971606
>
Michael Saboff
Comment 2
2024-10-30 21:20:22 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/35983
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.
Top of Page
Format For Printing
XML
Clone This Bug