webview: fix partition attribute
This commit is contained in:
parent
c65ccb6857
commit
d180d3b168
7 changed files with 74 additions and 13 deletions
|
@ -43,7 +43,8 @@ struct Converter<atom::WebViewManager::WebViewInfo> {
|
|||
|
||||
return options.Get("nodeIntegration", &(out->node_integration)) &&
|
||||
options.Get("plugins", &(out->plugins)) &&
|
||||
options.Get("disableWebSecurity", &(out->disable_web_security));
|
||||
options.Get("disableWebSecurity", &(out->disable_web_security)) &&
|
||||
options.Get("partitionId", &(out->partition_id));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue