Bug 303883
| Summary: | Web Inspector: Replace deprecated String.prototype.substr with substring for multi parameter calls | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | Web Inspector | Assignee: | Brandon <brandonstewart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brandon
`String.prototype.substr` is deprecated and should be replaced with `substring` (which takes start and end indices).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166177531>
Brandon
Pull request: https://github.com/WebKit/WebKit/pull/55138
EWS
Committed 304225@main (7d9ebfd86167): <https://commits.webkit.org/304225@main>
Reviewed commits have been landed. Closing PR #55138 and removing active labels.