Bug 155998 - Use references instead of pointers in scrollbar-related code
Summary: Use references instead of pointers in scrollbar-related code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-29 16:52 PDT by Myles C. Maxfield
Modified: 2016-03-30 09:50 PDT (History)
5 users (show)

See Also:


Attachments
Patch (33.14 KB, patch)
2016-03-29 16:54 PDT, Myles C. Maxfield
dino: review+
Details | Formatted Diff | Diff
Patch for committing (34.88 KB, patch)
2016-03-29 21:42 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2016-03-29 16:52:18 PDT
Minor cleanup in scrollbar-related code
Comment 1 Myles C. Maxfield 2016-03-29 16:54:10 PDT
Created attachment 275150 [details]
Patch
Comment 2 Dean Jackson 2016-03-29 17:36:42 PDT
Comment on attachment 275150 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=275150&action=review

> Source/WebCore/ChangeLog:8
> +        - Use early-return style

Are you sure? I didn't see any such changes.
Comment 3 Myles C. Maxfield 2016-03-29 21:42:37 PDT
Created attachment 275180 [details]
Patch for committing
Comment 4 Myles C. Maxfield 2016-03-30 09:50:14 PDT
Committed r198841: <http://trac.webkit.org/changeset/198841>