Missing include

pull/7943/head
David Baker 2018-12-19 12:25:32 +00:00
parent fc4e1485ad
commit b6d70f4434
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
const { ipcRenderer } = require('electron');
const { ipcRenderer, webFrame } = require('electron');
// expose ipcRenderer to the renderer process
window.ipcRenderer = ipcRenderer;