Fix linking problem with NodePlatform
This commit is contained in:
parent
efd949ea83
commit
3138c85218
3 changed files with 6 additions and 7 deletions
|
@ -5,8 +5,6 @@
|
|||
#ifndef ATOM_BROWSER_NODE_DEBUGGER_H_
|
||||
#define ATOM_BROWSER_NODE_DEBUGGER_H_
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/macros.h"
|
||||
|
||||
namespace node {
|
||||
|
@ -26,7 +24,7 @@ class NodeDebugger {
|
|||
|
||||
private:
|
||||
node::Environment* env_;
|
||||
std::unique_ptr<node::NodePlatform> platform_;
|
||||
node::NodePlatform* platform_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(NodeDebugger);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue