Work around a compiler bug that crashes on Windows

This commit is contained in:
Cheng Zhao 2016-06-16 10:54:28 +09:00
parent 9267004b53
commit bb10551d23
3 changed files with 13 additions and 4 deletions

View file

@ -63,7 +63,7 @@ const createGuest = function (embedder, params) {
const id = getNextInstanceId(embedder)
const guest = webContents.create({
type: 'webview',
isGuest: true,
partition: params.partition,
embedder: embedder
})