Bug 53087

Summary: Refactoring: replaced a hanging "else" with a "return" statement
Product: WebKit Reporter: Marcilio <marcilio.mendonca>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, dbates
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Marcilio 2011-01-25 07:35:51 PST
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.
Comment 1 Marcilio 2011-01-25 07:57:40 PST
Created attachment 80065 [details]
Patch
Comment 2 Darin Adler 2011-01-25 08:24:36 PST
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 3 WebKit Commit Bot 2011-01-25 10:28:42 PST
Comment on attachment 80065 [details]
Patch

Clearing flags on attachment: 80065

Committed r76609: <http://trac.webkit.org/changeset/76609>
Comment 4 WebKit Commit Bot 2011-01-25 10:28:47 PST
All reviewed patches have been landed.  Closing bug.