diff --git a/common.gypi b/common.gypi index 3b2b4cc0fdb15c..d4ff9f4198b44a 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 7568ac9f3029b7..1848800b488683 100644 --- a/deps/v8/include/v8-fast-api-calls.h +++ b/deps/v8/include/v8-fast-api-calls.h @@ -437,7 +437,7 @@ class V8_EXPORT CFunction { }; }; -struct V8_DEPRECATE_SOON("Use v8::Local instead.") ApiObject { +struct ApiObject { uintptr_t address; };