Bug 216438

Summary: Make CanvasRenderingContext2D functions parameters not default to undefined
Product: WebKit Reporter: Rob Buis <rbuis>
Component: CanvasAssignee: Rob Buis <rbuis>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, changseok, dino, esprehn+autocc, ews-watchlist, gyuyoung.kim, hi, kondapallykalyan, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Rob Buis 2020-09-12 09:36:04 PDT
Some string parameters default to "undefined", however the code path is the same when
no default is given and implicitly a null string is passed, so remove the default
values.
Comment 1 Rob Buis 2020-09-12 09:37:20 PDT
Created attachment 408601 [details]
Patch
Comment 2 Rob Buis 2020-09-13 02:48:49 PDT
Created attachment 408646 [details]
Patch
Comment 3 EWS 2020-09-13 11:47:36 PDT
Committed r267000: <https://trac.webkit.org/changeset/267000>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 408646 [details].
Comment 4 Radar WebKit Bug Importer 2020-09-13 11:48:14 PDT
<rdar://problem/68809745>