mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
Match extension name to class name
This commit is contained in:
@@ -13,8 +13,7 @@ NodeBindings* AtomIsolatedWorld::node_bindings_ = nullptr;
|
||||
node::Environment* AtomIsolatedWorld::env_ = nullptr;
|
||||
|
||||
AtomIsolatedWorld::AtomIsolatedWorld(NodeBindings* node_bindings) :
|
||||
v8::Extension("ElectronIsolatedWorldExtension",
|
||||
"native function SetupNode();") {
|
||||
v8::Extension("AtomIsolatedWorld", "native function SetupNode();") {
|
||||
node_bindings_ = node_bindings;
|
||||
env_ = nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user