Changing command line option name

This commit is contained in:
Hari Krishna Reddy Juturu 2017-05-08 17:27:31 -07:00
parent 357caf8991
commit 3321f7d39c
9 changed files with 16 additions and 30 deletions

View file

@ -60,7 +60,7 @@ describe('<webview> tag', function () {
webPreferences: {
nodeIntegration: false,
preload: path.join(fixtures, 'module', 'preload-webview.js'),
enableWebViewOverride: true
overrideWebViewSecurity: true
}
})
ipcMain.once('webview', function (event, type) {