Use node::NodePlatform instead of v8::platform in atom::NodeDebugger
This commit is contained in:
parent
ad732b45d2
commit
1cf95d2a26
3 changed files with 7 additions and 6 deletions
|
@ -11,10 +11,7 @@
|
|||
|
||||
namespace node {
|
||||
class Environment;
|
||||
}
|
||||
|
||||
namespace v8 {
|
||||
class Platform;
|
||||
class NodePlatform;
|
||||
}
|
||||
|
||||
namespace atom {
|
||||
|
@ -29,7 +26,7 @@ class NodeDebugger {
|
|||
|
||||
private:
|
||||
node::Environment* env_;
|
||||
std::unique_ptr<v8::Platform> platform_;
|
||||
std::unique_ptr<node::NodePlatform> platform_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(NodeDebugger);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue