Bug 155998

Summary: Use references instead of pointers in scrollbar-related code
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, dino, jonlee, simon.fraser, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
dino: review+
Patch for committing none

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>