...
<rdar://problem/64940787>
Created attachment 404307 [details] patch
Comment on attachment 404307 [details] patch r=me
Comment on attachment 404307 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=404307&action=review > Source/JavaScriptCore/jit/Repatch.cpp:148 > + { > + GCSafeConcurrentJSLocker locker(codeBlock->m_lock, vm.heap); > + stubInfo.reset(locker, codeBlock); > + } this is the bug fix
Committed r264388: <https://trac.webkit.org/changeset/264388> All reviewed patches have been landed. Closing bug and clearing flags on attachment 404307 [details].