parent
11349ebf2e
commit
7589555cec
4 changed files with 5 additions and 7 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
namespace node {
|
||||
class Environment;
|
||||
class MultiIsolatePlatform;
|
||||
} // namespace node
|
||||
|
||||
namespace atom {
|
||||
|
@ -20,7 +19,7 @@ class NodeDebugger {
|
|||
explicit NodeDebugger(node::Environment* env);
|
||||
~NodeDebugger();
|
||||
|
||||
void Start(node::MultiIsolatePlatform* platform);
|
||||
void Start();
|
||||
|
||||
private:
|
||||
node::Environment* env_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue