Match extension name to class name
This commit is contained in:
parent
736befe90f
commit
08b203fed1
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ NodeBindings* AtomIsolatedWorld::node_bindings_ = nullptr;
|
||||||
node::Environment* AtomIsolatedWorld::env_ = nullptr;
|
node::Environment* AtomIsolatedWorld::env_ = nullptr;
|
||||||
|
|
||||||
AtomIsolatedWorld::AtomIsolatedWorld(NodeBindings* node_bindings) :
|
AtomIsolatedWorld::AtomIsolatedWorld(NodeBindings* node_bindings) :
|
||||||
v8::Extension("ElectronIsolatedWorldExtension",
|
v8::Extension("AtomIsolatedWorld", "native function SetupNode();") {
|
||||||
"native function SetupNode();") {
|
|
||||||
node_bindings_ = node_bindings;
|
node_bindings_ = node_bindings;
|
||||||
env_ = nullptr;
|
env_ = nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue