chore: remove duplicate option get for CustomScheme (#29455)

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
trop[bot]
2021-06-01 19:12:59 +09:00
committed by GitHub
parent d584afdf5b
commit 1066dce975

View File

@@ -66,7 +66,6 @@ struct Converter<CustomScheme> {
// options are optional. Default values specified in SchemeOptions are used
if (dict.Get("privileges", &opt)) {
opt.Get("standard", &(out->options.standard));
opt.Get("supportFetchAPI", &(out->options.supportFetchAPI));
opt.Get("secure", &(out->options.secure));
opt.Get("bypassCSP", &(out->options.bypassCSP));
opt.Get("allowServiceWorkers", &(out->options.allowServiceWorkers));