more internal web-view reverting

This commit is contained in:
Zeke Sikelianos 2016-11-10 09:07:19 -08:00
commit eb4038d626
3 changed files with 5 additions and 5 deletions

View file

@ -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')
}
}