From 8b5a4e4893d229cdb09f384dbe9aadc58daf1546 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 10 Aug 2022 16:46:50 +0800 Subject: [PATCH] fixup! src: support WeakReference in snapshot --- src/node_snapshotable.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/node_snapshotable.h b/src/node_snapshotable.h index c6ab2a784119f6..d12aec586c7e12 100644 --- a/src/node_snapshotable.h +++ b/src/node_snapshotable.h @@ -14,10 +14,6 @@ struct EnvSerializeInfo; struct SnapshotData; class ExternalReferenceRegistry; -namespace util { -class WeakReference; -} - #define SERIALIZABLE_OBJECT_TYPES(V) \ V(fs_binding_data, fs::BindingData) \ V(v8_binding_data, v8_utils::BindingData) \