Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Added template parameters to std::min to fix compile errors in Visual…
… Studio x64. https://bugs.webkit.org/show_bug.cgi?id=118204 Reviewed by Geoffrey Garen. * platform/win/PasteboardWin.cpp: (WebCore::Pasteboard::writeURLToDataObject): Added <unsigned> to std::min. (WebCore::createGlobalImageFileDescriptor): Added <int> to std::min. Canonical link: https://commits.webkit.org/136246@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@152193 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
7680412
commit fbbc89b
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters