Bug 138407

Summary: Fix build warning in SVGMarkerElement.cpp
Product: WebKit Reporter: Sanghyup Lee <sh53.lee>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, d-r, fmalita, gyuyoung.kim, ossy, pdr, rniwa, schenney, sergio, shiva.jm, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Sanghyup Lee 2014-11-04 23:53:50 PST
../../Source/WebCore/svg/SVGMarkerElement.cpp:256:55: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
             ASSERT(wrapper->currentAnimatedValue() >= 0 && wrapper->currentAnimatedValue() < SVGMarkerOrientMax);
Comment 1 Sanghyup Lee 2014-11-04 23:59:37 PST
Created attachment 241005 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-11-05 05:50:00 PST
*** Bug 138414 has been marked as a duplicate of this bug. ***
Comment 3 Darin Adler 2014-11-05 09:04:26 PST
*** Bug 138416 has been marked as a duplicate of this bug. ***
Comment 4 WebKit Commit Bot 2014-11-05 09:42:37 PST
Comment on attachment 241005 [details]
Patch

Clearing flags on attachment: 241005

Committed r175623: <http://trac.webkit.org/changeset/175623>
Comment 5 WebKit Commit Bot 2014-11-05 09:42:45 PST
All reviewed patches have been landed.  Closing bug.