Chromium 63 - upgrade to Node v9.7.0 (#12219)
* OPENSSL_PRODUCT => openssl_product * node => node_lib and V8_BASE => v8_base * build node target for <(node_lib_target_name) * update node ref * update node::Environment::TickInfo calls * update node ref * Use InternalCallbackScope for ticking event loop * enter context scope before InternalCallbackScope * don't lint v8 platform header
This commit is contained in:
parent
ecefe41728
commit
7e7634d344
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#define ATOM_COMMON_NODE_INCLUDES_H_
|
||||
|
||||
#include "base/logging.h"
|
||||
#include "v8-platform.h"
|
||||
#include "v8-platform.h" // NOLINT
|
||||
|
||||
// Include common headers for using node APIs.
|
||||
|
||||
|
|
Loading…
Reference in a new issue