Skip to content

Commit 4131f70

Browse files
targosnodejs-github-bot
authored andcommitted
deps: silence irrelevant V8 warnings
1 parent 585c233 commit 4131f70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

deps/v8/include/v8-persistent-handle.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class NonCopyablePersistentTraits {
252252
* This will clone the contents of storage cell, but not any of the flags, etc.
253253
*/
254254
template <class T>
255-
struct V8_DEPRECATED("Use v8::Global instead") CopyablePersistentTraits {
255+
struct CopyablePersistentTraits {
256256
using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>;
257257
static const bool kResetInDestructor = true;
258258
template <class S, class M>

deps/v8/include/v8-wasm.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ class V8_EXPORT WasmStreaming final {
134134
/**
135135
* Client to receive streaming event notifications.
136136
*/
137-
class V8_DEPRECATE_SOON(
138-
"Use SetMoreFunctionsCanBeSerializedCallback") Client {
137+
class Client {
139138
public:
140139
virtual ~Client() = default;
141140

0 commit comments

Comments
 (0)