chore: remove duplicate option get for CustomScheme (#29422)
This commit is contained in:
parent
0444d74830
commit
a1a649c0d6
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ struct Converter<CustomScheme> {
|
||||||
// options are optional. Default values specified in SchemeOptions are used
|
// options are optional. Default values specified in SchemeOptions are used
|
||||||
if (dict.Get("privileges", &opt)) {
|
if (dict.Get("privileges", &opt)) {
|
||||||
opt.Get("standard", &(out->options.standard));
|
opt.Get("standard", &(out->options.standard));
|
||||||
opt.Get("supportFetchAPI", &(out->options.supportFetchAPI));
|
|
||||||
opt.Get("secure", &(out->options.secure));
|
opt.Get("secure", &(out->options.secure));
|
||||||
opt.Get("bypassCSP", &(out->options.bypassCSP));
|
opt.Get("bypassCSP", &(out->options.bypassCSP));
|
||||||
opt.Get("allowServiceWorkers", &(out->options.allowServiceWorkers));
|
opt.Get("allowServiceWorkers", &(out->options.allowServiceWorkers));
|
||||||
|
|
Loading…
Reference in a new issue