Bug 117175 - Remove unused arithmetic operation in RenderListItem
Summary: Remove unused arithmetic operation in RenderListItem
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kangil Han
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 18:41 PDT by Kangil Han
Modified: 2013-06-03 22:09 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.67 KB, patch)
2013-06-03 18:43 PDT, Kangil Han
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kangil Han 2013-06-03 18:41:40 PDT
Variable 'markerLogicalLeft' is reassigned a value before the old one has been used.
Comment 1 Kangil Han 2013-06-03 18:43:09 PDT
Created attachment 203644 [details]
Patch
Comment 2 Brent Fulgham 2013-06-03 21:08:56 PDT
Comment on attachment 203644 [details]
Patch

r=me
Comment 3 Kangil Han 2013-06-03 21:12:38 PDT
(In reply to comment #2)
> (From update of attachment 203644 [details])
> r=me

Thx! :)
Comment 4 WebKit Commit Bot 2013-06-03 22:09:44 PDT
Comment on attachment 203644 [details]
Patch

Clearing flags on attachment: 203644

Committed r151154: <http://trac.webkit.org/changeset/151154>
Comment 5 WebKit Commit Bot 2013-06-03 22:09:47 PDT
All reviewed patches have been landed.  Closing bug.