Bug 128258

Summary: [Mac] Correct copy/paste error in scrolling code
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Layout and RenderingAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bfulgham, cmarcelo, commit-queue, jamesr, luiz, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 78425    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Brent Fulgham
Reported 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.
Attachments
Patch (1.68 KB, patch)
2014-02-05 10:29 PST, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2014-02-05 10:29:22 PST
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2014-02-05 13:24:58 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.