diff options
Diffstat (limited to 'src/node_snapshotable.h')
-rw-r--r-- | src/node_snapshotable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_snapshotable.h b/src/node_snapshotable.h index 94a5a7a03c..d0fbce800a 100644 --- a/src/node_snapshotable.h +++ b/src/node_snapshotable.h @@ -12,7 +12,8 @@ namespace node { class Environment; struct EnvSerializeInfo; -#define SERIALIZABLE_OBJECT_TYPES(V) +#define SERIALIZABLE_OBJECT_TYPES(V) \ + V(fs_binding_data, fs::BindingData) enum class EmbedderObjectType : uint8_t { k_default = 0, |