Rename web-view module to web-frame

This commit is contained in:
Cheng Zhao 2014-10-24 18:24:12 +08:00
parent 4f43c41577
commit 4ccb0cccf3
13 changed files with 116 additions and 120 deletions

View file

@ -1,7 +1,10 @@
ipc = require 'ipc'
webFrame = require 'web-frame'
requestId = 0
ipc.on 'ATOM_SHELL_WEB_CONTENTS_SET_NAME', (name) ->
module.exports =
createGuest: (type, params, callback) ->
requestId++