It current attempts to do this but fails because it's actually clearing up the preCapacity region instead. <rdar://problem/48959497>
Created attachment 364996 [details] proposed patch.
Comment on attachment 364996 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=364996&action=review r=me after addressing ChangeLog wording. > Source/JavaScriptCore/ChangeLog:9 > + It current attempts to do this but fails because it's actually clearing up the Should this read *currently* ? > Source/JavaScriptCore/ChangeLog:10 > + preCapacity region instead. The fix i simply to account for the preCapacity Should this read "The fix is simply to ..."?
Thanks for the review. I've fixed the typos. Landed in r243069: <http://trac.webkit.org/r243069>.