Bug 56260 - WebKit2: Build WKFullScreenWindowController cleanly in 32-bit.
Summary: WebKit2: Build WKFullScreenWindowController cleanly in 32-bit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Jer Noble
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-12 20:57 PST by Jer Noble
Modified: 2011-03-13 22:35 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.22 KB, patch)
2011-03-12 21:05 PST, Jer Noble
mrowe: review+
mrowe: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>