Summary: | Assorted build-time warnings fixes | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Claudio Saavedra <csaavedra> | ||||||
Component: | New Bugs | Assignee: | Claudio Saavedra <csaavedra> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, keith_miller, macpherson, mark.lam, menard, msaboff, saam, tzagallo, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Claudio Saavedra
2022-06-16 05:46:44 PDT
Created attachment 460270 [details]
Patch
Comment on attachment 460270 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=460270&action=review > Source/JavaScriptCore/bytecode/Repatch.cpp:1818 > + if (callCase.codeBlock()) { Wrong fix. The right thing to do is to use codeBlock in the body below. Comment on attachment 460270 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=460270&action=review >> Source/JavaScriptCore/bytecode/Repatch.cpp:1818 >> + if (callCase.codeBlock()) { > > Wrong fix. The right thing to do is to use codeBlock in the body below. I simply followed what is done in the same method further down in the code, but OK. Created attachment 460271 [details]
Patch
Comment on attachment 460271 [details]
Patch
r=me
Committed r295627 (251632@main): <https://commits.webkit.org/251632@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 460271 [details]. |