more internal web-view reverting

This commit is contained in:
Zeke Sikelianos 2016-11-10 09:07:19 -08:00
Родитель 7562a8b662
Коммит eb4038d626
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -88,8 +88,8 @@ if (window.location.protocol === 'chrome-devtools:') {
// Load webview tag implementation.
if (nodeIntegration === 'true' && process.guestInstanceId == null) {
require('./webview/webview')
require('./webview/webview-attributes')
require('./web-view/web-view')
require('./web-view/web-view-attributes')
}
}

Просмотреть файл

@ -1,8 +1,8 @@
'use strict'
const WebViewImpl = require('./webview')
const WebViewImpl = require('./web-view')
const guestViewInternal = require('./guest-view-internal')
const webViewConstants = require('./webview-constants')
const webViewConstants = require('./web-view-constants')
const {remote} = require('electron')
// 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 guestViewInternal = require('./guest-view-internal')
const webViewConstants = require('./webview-constants')
const webViewConstants = require('./web-view-constants')
const hasProp = {}.hasOwnProperty