Bug 147618

Summary: Clean up casts between NSFont*s and CTFontRefs
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Myles C. Maxfield 2015-08-03 20:25:43 PDT
Clean up casts between NSFont*s and CTFontRefs
Comment 1 Myles C. Maxfield 2015-08-03 20:26:47 PDT
Created attachment 258147 [details]
Patch
Comment 2 mitz 2015-08-03 20:29:28 PDT
Comment on attachment 258147 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        Mitz gives me permission to use C-style casts in this case.

I don’t thin this line is necessary. You should simply name me as the reviewer

> Source/WebKit/mac/ChangeLog:8
> +        Mitz gives me permission to use C-style casts in this case.

Ditto.
Comment 3 Myles C. Maxfield 2015-08-03 20:30:09 PDT
Created attachment 258148 [details]
Patch
Comment 4 Myles C. Maxfield 2015-08-03 20:33:02 PDT
Committed r187805: <http://trac.webkit.org/changeset/187805>