Add a new type of NodeBindings
This commit is contained in:
parent
aac934b34e
commit
b467c3939e
11 changed files with 57 additions and 38 deletions
|
@ -60,7 +60,7 @@ AtomBrowserMainParts::AtomBrowserMainParts()
|
|||
: fake_browser_process_(new BrowserProcess),
|
||||
exit_code_(nullptr),
|
||||
browser_(new Browser),
|
||||
node_bindings_(NodeBindings::Create(true)),
|
||||
node_bindings_(NodeBindings::Create(NodeBindings::BROWSER)),
|
||||
atom_bindings_(new AtomBindings),
|
||||
gc_timer_(true, true) {
|
||||
DCHECK(!self_) << "Cannot have two AtomBrowserMainParts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue