Bug 249173
| Summary: | Fix clang warning by removing spurious and buggy ++i. in bignum.cc | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
Hi Team,
This is to Blink commit merge, which was originally a merge of following:
Blink Commit - https://chromium.googlesource.com/chromium/blink/+/4b890e7db86add23f83c777202a71cb53f7f7240
Webkit GitHub Source - https://github.com/WebKit/WebKit/blob/cdc26cdce702cf573c290419b083aad7ae7a1ba4/Source/WTF/wtf/dtoa/bignum.cc#L229
Just wanted to raise this bug so this can be fixed.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Wrong line..
L757 already had it fixed.