Bug 128258 - [Mac] Correct copy/paste error in scrolling code
Summary: [Mac] Correct copy/paste error in scrolling code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on: 78425
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-05 10:27 PST by Brent Fulgham
Modified: 2014-02-05 13:24 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2014-02-05 10:29 PST, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-02-05 10:27:36 PST
This patch corrects a very minor copy/paste error that uses "setHeight" when it should be using "setWidth".  Since the method only checks both height and width, and doesn't care which is set, this mis-paste had no impact on proper function.

This patch is being done to improve code clarity.
Comment 1 Brent Fulgham 2014-02-05 10:29:22 PST
Created attachment 223246 [details]
Patch
Comment 2 WebKit Commit Bot 2014-02-05 13:24:56 PST
Comment on attachment 223246 [details]
Patch

Clearing flags on attachment: 223246

Committed r163472: <http://trac.webkit.org/changeset/163472>
Comment 3 WebKit Commit Bot 2014-02-05 13:24:58 PST
All reviewed patches have been landed.  Closing bug.