Remove guest from will-attach-webview event

This commit is contained in:
Kevin Sawicki 2017-02-09 11:47:40 -08:00
parent acff2f6baf
commit a7c050107b
4 changed files with 3 additions and 4 deletions

View file

@ -507,7 +507,6 @@ Emitted when the devtools window instructs the webContents to reload
Returns:
* `event` Event
* `guest` WebContents - The contents of the guest page.
* `webPreferences` Object - The web preferences that will be used by the guest
page. This object can be modified to adjust the preferences for the guest
page.