chore: rename atomBinding to electronBinding (#17419)

This commit is contained in:
Shelley Vohr 2019-03-18 12:37:06 -07:00 committed by GitHub
parent 5025c991ee
commit 38d75010c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
81 changed files with 167 additions and 164 deletions

View file

@ -1,6 +1,6 @@
'use strict'
const clipboard = process.atomBinding('clipboard')
const clipboard = process.electronBinding('clipboard')
if (process.type === 'renderer') {
const ipcRendererUtils = require('@electron/internal/renderer/ipc-renderer-internal-utils')

View file

@ -1,5 +1,5 @@
'use strict'
const { nativeImage } = process.atomBinding('native_image')
const { nativeImage } = process.electronBinding('native_image')
module.exports = nativeImage

View file

@ -1,3 +1,3 @@
'use strict'
module.exports = process.atomBinding('shell')
module.exports = process.electronBinding('shell')