Bug 198156 - Lexer<T>::parseDecimal ought to ASSERT isASCIIDigit
Summary: Lexer<T>::parseDecimal ought to ASSERT isASCIIDigit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ross Kirsling
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-22 21:40 PDT by Ross Kirsling
Modified: 2019-05-23 11:08 PDT (History)
7 users (show)

See Also:


Attachments
Patch (9.01 KB, patch)
2019-05-22 21:50 PDT, Ross Kirsling
no flags Details | Formatted Diff | Diff
Patch (9.03 KB, patch)
2019-05-22 23:11 PDT, Ross Kirsling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ross Kirsling 2019-05-22 21:40:01 PDT
Lexer<T>::parseDecimal ought to ASSERT isASCIIDigit
Comment 1 Ross Kirsling 2019-05-22 21:50:41 PDT Comment hidden (obsolete)
Comment 2 Ross Kirsling 2019-05-22 21:54:35 PDT
Here's the postponed cleanup following bug 196351.
Comment 3 Ross Kirsling 2019-05-22 23:11:53 PDT
Created attachment 370490 [details]
Patch
Comment 4 Keith Miller 2019-05-23 10:46:20 PDT
Comment on attachment 370490 [details]
Patch

r=me.
Comment 5 WebKit Commit Bot 2019-05-23 11:07:55 PDT
Comment on attachment 370490 [details]
Patch

Clearing flags on attachment: 370490

Committed r245697: <https://trac.webkit.org/changeset/245697>
Comment 6 WebKit Commit Bot 2019-05-23 11:07:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2019-05-23 11:08:19 PDT
<rdar://problem/51074878>