Refactoring: replaced a hanging "else" within an #if PLATFORM(MAC) block with a "return" statement so that the code is hopefully easier to read and less error prone.
Created attachment 80065 [details] Patch
Comment on attachment 80065 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80065&action=review > Source/JavaScriptCore/ChangeLog:10 > + with a "return" so that the code is more readable and less error pro prone
Comment on attachment 80065 [details] Patch Clearing flags on attachment: 80065 Committed r76609: <http://trac.webkit.org/changeset/76609>
All reviewed patches have been landed. Closing bug.