diff --git a/common.gypi b/common.gypi index ae9ad601a74257..be3a2770852ac1 100644 --- a/common.gypi +++ b/common.gypi @@ -36,7 +36,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.6', + 'v8_embedder_string': '-node.7', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/include/v8-fast-api-calls.h b/deps/v8/include/v8-fast-api-calls.h index 8c9d02769ee9e0..5dc7473eaa95c2 100644 --- a/deps/v8/include/v8-fast-api-calls.h +++ b/deps/v8/include/v8-fast-api-calls.h @@ -464,7 +464,7 @@ class V8_EXPORT CFunction { }; }; -struct V8_DEPRECATE_SOON("Use v8::Local instead.") ApiObject { +struct ApiObject { uintptr_t address; };