diff --git a/deps/v8/include/v8-persistent-handle.h b/deps/v8/include/v8-persistent-handle.h index 4fe79862e40..dbda4edb9ba 100644 --- a/deps/v8/include/v8-persistent-handle.h +++ b/deps/v8/include/v8-persistent-handle.h @@ -252,7 +252,7 @@ class NonCopyablePersistentTraits { * This will clone the contents of storage cell, but not any of the flags, etc. */ template -struct V8_DEPRECATED("Use v8::Global instead") CopyablePersistentTraits { +struct CopyablePersistentTraits { using CopyablePersistent = Persistent>; static const bool kResetInDestructor = true; template diff --git a/deps/v8/include/v8-wasm.h b/deps/v8/include/v8-wasm.h index 762ee0e6320..588944d14c5 100644 --- a/deps/v8/include/v8-wasm.h +++ b/deps/v8/include/v8-wasm.h @@ -134,8 +134,7 @@ class V8_EXPORT WasmStreaming final { /** * Client to receive streaming event notifications. */ - class V8_DEPRECATE_SOON( - "Use SetMoreFunctionsCanBeSerializedCallback") Client { + class Client { public: virtual ~Client() = default;