Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_snapshotable.h')
-rw-r--r--src/node_snapshotable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_snapshotable.h b/src/node_snapshotable.h
index d0fbce800a6..3a0d3e42f4c 100644
--- a/src/node_snapshotable.h
+++ b/src/node_snapshotable.h
@@ -13,7 +13,8 @@ class Environment;
struct EnvSerializeInfo;
#define SERIALIZABLE_OBJECT_TYPES(V) \
- V(fs_binding_data, fs::BindingData)
+ V(fs_binding_data, fs::BindingData) \
+ V(v8_binding_data, v8_utils::BindingData)
enum class EmbedderObjectType : uint8_t {
k_default = 0,