Bug 95184

Summary: Minor compile fix for WinCE platform
Product: WebKit Reporter: Kevin Funk <kevin.funk>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Kevin Funk 2012-08-28 02:55:30 PDT
Issue:
D:\devel\src\qt5\qtwebkit\Source\WebCore\platform\ScrollAnimatorNone.cpp(302) : error C2668: 'abs' : ambiguous call
to overloaded function
        d:\devel\src\qt5\qtwebkit\Source\WTF\wtf/MathExtras.h(159): could be '__int64 abs(__int64)'
        c:\program files (x86)\windows ce tools\sdks\beagleboard-xm - wec7\include\armv4i\stdlib.h(1165): or 'int abs(int)'
        while trying to match the argument list '(double)'

Patch follows.
Comment 1 Kevin Funk 2012-08-28 02:57:05 PDT
Created attachment 160940 [details]
Patch
Comment 2 Kentaro Hara 2012-08-28 03:26:42 PDT
Comment on attachment 160940 [details]
Patch

ok
Comment 3 WebKit Review Bot 2012-08-28 03:41:47 PDT
Comment on attachment 160940 [details]
Patch

Clearing flags on attachment: 160940

Committed r126863: <http://trac.webkit.org/changeset/126863>
Comment 4 WebKit Review Bot 2012-08-28 03:41:49 PDT
All reviewed patches have been landed.  Closing bug.