Bug 118204

Summary: std::min needs template parameters
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alex Christensen 2013-06-28 14:49:41 PDT
https://bugs.webkit.org/show_bug.cgi?id=94124 committed in r135763 fixed a compile error with template parameters std::min, but there are two more places where this needs to be done.  Visual Studio can't decide whether to use the 32-bit or 64-bit integer comparison, so I'm going to tell it to cast both to the desired return type first.
Comment 1 Alex Christensen 2013-06-28 15:09:52 PDT
Created attachment 205747 [details]
Patch
Comment 2 Geoffrey Garen 2013-06-28 15:13:36 PDT
Comment on attachment 205747 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-06-28 15:48:50 PDT
Comment on attachment 205747 [details]
Patch

Clearing flags on attachment: 205747

Committed r152193: <http://trac.webkit.org/changeset/152193>
Comment 4 WebKit Commit Bot 2013-06-28 15:48:52 PDT
All reviewed patches have been landed.  Closing bug.