Bug 56260

Summary: WebKit2: Build WKFullScreenWindowController cleanly in 32-bit.
Product: WebKit Reporter: Jer Noble <jer.noble>
Component: New BugsAssignee: Jer Noble <jer.noble>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mrowe: review+, mrowe: commit-queue-

Description Jer Noble 2011-03-12 20:57:55 PST
WebKit2: Build WKFullScreenWindowController cleanly in 32-bit.
Comment 1 Jer Noble 2011-03-12 21:05:42 PST
Created attachment 85606 [details]
Patch
Comment 2 Mark Rowe (bdash) 2011-03-13 20:25:48 PDT
Comment on attachment 85606 [details]
Patch

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

> Source/WebKit2/ChangeLog:9
> +        NSRectToCGRect when casting between rects of different types.

You can remove the comment about NSRectToCGRect since your patch doesn’t include that change.
Comment 3 Jer Noble 2011-03-13 22:35:56 PDT
Committed r80999: <http://trac.webkit.org/changeset/80999>