Bug 153312

Summary: [B3][Win64] Compile fixes.
Product: WebKit Reporter: peavo
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, fpizlo, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description peavo 2016-01-21 11:25:00 PST
The MSVC runtime library has several overloads of sin, cos, pow, and log. We need to specify which overload we want to use.
Comment 1 peavo 2016-01-21 11:31:28 PST
Created attachment 269475 [details]
Patch
Comment 2 Alex Christensen 2016-01-21 12:07:41 PST
Comment on attachment 269475 [details]
Patch

This should be done the same way as https://bugs.webkit.org/show_bug.cgi?id=153127
Comment 3 peavo 2016-01-21 12:55:18 PST
Created attachment 269484 [details]
Patch
Comment 4 peavo 2016-01-21 12:55:59 PST
(In reply to comment #2)
> Comment on attachment 269475 [details]
> Patch
> 
> This should be done the same way as
> https://bugs.webkit.org/show_bug.cgi?id=153127

Thanks for reviewing :) Updated patch.
Comment 5 WebKit Commit Bot 2016-01-21 14:50:16 PST
The commit-queue encountered the following flaky tests while processing attachment 269484 [details]:

editing/selection/extend-selection-home-end.html bug 50944 (authors: kalman@chromium.org and rniwa@webkit.org)
The commit-queue is continuing to process your patch.
Comment 6 WebKit Commit Bot 2016-01-21 14:50:18 PST
The commit-queue encountered the following flaky tests while processing attachment 269484 [details]:

The commit-queue is continuing to process your patch.
Comment 7 WebKit Commit Bot 2016-01-21 15:45:55 PST
Comment on attachment 269484 [details]
Patch

Clearing flags on attachment: 269484

Committed r195425: <http://trac.webkit.org/changeset/195425>
Comment 8 WebKit Commit Bot 2016-01-21 15:46:01 PST
All reviewed patches have been landed.  Closing bug.