Bug 59911 - Cleanup variable usage in RenderObject.cpp paintOutline()
Summary: Cleanup variable usage in RenderObject.cpp paintOutline()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Ben Wells
URL:
Keywords:
Depends on:
Blocks: 58999
  Show dependency treegraph
 
Reported: 2011-05-01 19:38 PDT by Ben Wells
Modified: 2011-05-02 22:19 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.07 KB, patch)
2011-05-01 19:41 PDT, Ben Wells
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Wells 2011-05-01 19:38:39 PDT
Cleanup variable usage in RenderObject.cpp paintOutline()
Comment 1 Ben Wells 2011-05-01 19:41:33 PDT
Created attachment 91872 [details]
Patch
Comment 2 Ben Wells 2011-05-01 19:45:32 PDT
This change has been added as an outcome of the review of bug 58999. As suggested the oc, os and ow variables have been renamed. I've also introduced some more variables to hopefully make the invocation of drawLineForBoxSize more obvious as I was finding it pretty confusing.
Comment 3 WebKit Commit Bot 2011-05-02 19:22:55 PDT
Comment on attachment 91872 [details]
Patch

Clearing flags on attachment: 91872

Committed r85577: <http://trac.webkit.org/changeset/85577>
Comment 4 WebKit Commit Bot 2011-05-02 19:22:59 PDT
All reviewed patches have been landed.  Closing bug.