Bug 216342 - Web Inspector: modernize *DebuggerAgent code
Summary: Web Inspector: modernize *DebuggerAgent code
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-09 23:41 PDT by Devin Rousso
Modified: 2020-09-16 23:42 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2020-09-09 23:41:44 PDT
- use `Optional&&` and `RefPtr&&` instead of `*`
 - use `Ref&&` instead of `&` when possible
 - don't use out parameters
Comment 1 Radar WebKit Bug Importer 2020-09-16 23:42:13 PDT
<rdar://problem/69045334>