Bug 309085
| Summary: | Web Inspector: JavaScriptRuntimeCompletionProvider doesn't handle null propertyNames from callFunctionOn | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anuj Panta <a_panta> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Anuj Panta
receivedObjectPropertyNames calls Object.keys(propertyNames) without a null check,
unlike receivedPropertyNamesFromEvaluate and receivedArrayPropertyNames which already
guard against null
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/171639265>
Anuj Panta
Pull request: https://github.com/WebKit/WebKit/pull/59899
EWS
Committed 308703@main (23fcca439970): <https://commits.webkit.org/308703@main>
Reviewed commits have been landed. Closing PR #59899 and removing active labels.