Summary: | Refactoring: replaced a hanging "else" with a "return" statement | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Marcilio <marcilio.mendonca> | ||||
Component: | JavaScriptCore | Assignee: | 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
Marcilio
2011-01-25 07:35:51 PST
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. |