Assorted build-time warnings fixes
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].
<rdar://problem/95358993>