Skip to content

Commit

Permalink
deps: silence irrelevant V8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and nodejs-github-bot committed Jul 11, 2022
1 parent 954f3f8 commit f316cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/v8/include/v8-persistent-handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class NonCopyablePersistentTraits {
* This will clone the contents of storage cell, but not any of the flags, etc.
*/
template <class T>
struct V8_DEPRECATED("Use v8::Global instead") CopyablePersistentTraits {
struct CopyablePersistentTraits {
using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>;
static const bool kResetInDestructor = true;
template <class S, class M>
Expand Down
3 changes: 1 addition & 2 deletions deps/v8/include/v8-wasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f316cfc

Please sign in to comment.