Bug 216346 - Web Inspector: modernize *DOMDebuggerAgent code
Summary: Web Inspector: modernize *DOMDebuggerAgent 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:47 PDT by Devin Rousso
Modified: 2020-09-16 23:48 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:47:36 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:48:13 PDT
<rdar://problem/69045584>