Bug 304205
| Summary: | Web Inspector: Use CheckedPtr consistently for lazy agent pointers in InspectorController | ||
|---|---|---|---|
| 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
InspectorController stores pointers to three lazy/on-demand agents using inconsistent types:
Inspector::InspectorAgent* m_inspectorAgent { nullptr };
CheckedPtr<InspectorDOMAgent> m_domAgent;
InspectorPageAgent* m_pageAgent { nullptr };
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166566606>
Anuj Panta
Pull request: https://github.com/WebKit/WebKit/pull/55428
EWS
Committed 305163@main (da5efb0970fc): <https://commits.webkit.org/305163@main>
Reviewed commits have been landed. Closing PR #55428 and removing active labels.