RESOLVED FIXED 142652
Fix Debug build error 'comparison is always true due to limited range of data type [-Werror=type-limits]'
https://bugs.webkit.org/show_bug.cgi?id=142652
Summary Fix Debug build error 'comparison is always true due to limited range of data...
Joonghun Park
Reported 2015-03-12 22:39:17 PDT
Fix debug build error which is introduced by https://bugs.webkit.org/show_bug.cgi?id=142456 patch. Now CSSPropertyID type is uint16_t, so propertyID >= 0 check is needed no more.
Attachments
Patch (1.98 KB, patch)
2015-03-12 23:49 PDT, Joonghun Park
no flags
Joonghun Park
Comment 1 2015-03-12 23:49:46 PDT
WebKit Commit Bot
Comment 2 2015-03-13 00:53:11 PDT
Comment on attachment 248573 [details] Patch Clearing flags on attachment: 248573 Committed r181475: <http://trac.webkit.org/changeset/181475>
WebKit Commit Bot
Comment 3 2015-03-13 00:53:17 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.