Bug 216344 - Web Inspector: modernize *CanvasAgent code
Summary: Web Inspector: modernize *CanvasAgent 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:43 PDT by Devin Rousso
Modified: 2020-09-16 23:44 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:43:46 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:44:16 PDT
<rdar://problem/69045420>