Bug 278115
Summary: | Fix incorrect parenthesization of OpcodeOrigin assertion | ||
---|---|---|---|
Product: | WebKit | Reporter: | daniel_liu4 |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mark.lam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=277681 |
daniel_liu4
This patch fixes an incorrect parenthesization of OpcodeOrigin's assertion, which reversed the order `&` and `-` were being applied.
rdar://133845872
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
daniel_liu4
Pull request: https://github.com/WebKit/WebKit/pull/32202
EWS
Committed 282247@main (56f5e3f163b7): <https://commits.webkit.org/282247@main>
Reviewed commits have been landed. Closing PR #32202 and removing active labels.
Mark Lam
This bug was caused by https://bugs.webkit.org/show_bug.cgi?id=277681.