more internal web-view reverting
This commit is contained in:
parent
7562a8b662
commit
eb4038d626
3 changed files with 5 additions and 5 deletions
|
@ -88,8 +88,8 @@ if (window.location.protocol === 'chrome-devtools:') {
|
||||||
|
|
||||||
// Load webview tag implementation.
|
// Load webview tag implementation.
|
||||||
if (nodeIntegration === 'true' && process.guestInstanceId == null) {
|
if (nodeIntegration === 'true' && process.guestInstanceId == null) {
|
||||||
require('./webview/webview')
|
require('./web-view/web-view')
|
||||||
require('./webview/webview-attributes')
|
require('./web-view/web-view-attributes')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const WebViewImpl = require('./webview')
|
const WebViewImpl = require('./web-view')
|
||||||
const guestViewInternal = require('./guest-view-internal')
|
const guestViewInternal = require('./guest-view-internal')
|
||||||
const webViewConstants = require('./webview-constants')
|
const webViewConstants = require('./web-view-constants')
|
||||||
const {remote} = require('electron')
|
const {remote} = require('electron')
|
||||||
|
|
||||||
// Helper function to resolve url set in attribute.
|
// Helper function to resolve url set in attribute.
|
||||||
|
|
|
@ -4,7 +4,7 @@ const {ipcRenderer, remote, webFrame} = require('electron')
|
||||||
|
|
||||||
const v8Util = process.atomBinding('v8_util')
|
const v8Util = process.atomBinding('v8_util')
|
||||||
const guestViewInternal = require('./guest-view-internal')
|
const guestViewInternal = require('./guest-view-internal')
|
||||||
const webViewConstants = require('./webview-constants')
|
const webViewConstants = require('./web-view-constants')
|
||||||
|
|
||||||
const hasProp = {}.hasOwnProperty
|
const hasProp = {}.hasOwnProperty
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue