RESOLVED FIXED 216438
Make CanvasRenderingContext2D functions parameters not default to undefined
https://bugs.webkit.org/show_bug.cgi?id=216438
Summary Make CanvasRenderingContext2D functions parameters not default to undefined
Rob Buis
Reported 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.
Attachments
Patch (2.48 KB, patch)
2020-09-12 09:37 PDT, Rob Buis
no flags
Patch (4.19 KB, patch)
2020-09-13 02:48 PDT, Rob Buis
no flags
Rob Buis
Comment 1 2020-09-12 09:37:20 PDT
Rob Buis
Comment 2 2020-09-13 02:48:49 PDT
EWS
Comment 3 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].
Radar WebKit Bug Importer
Comment 4 2020-09-13 11:48:14 PDT
Note You need to log in before you can comment on or make changes to this bug.