summaryrefslogtreecommitdiff
path: root/deps/v8/src/snapshot/context-deserializer.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/snapshot/context-deserializer.h')
-rw-r--r--deps/v8/src/snapshot/context-deserializer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/snapshot/context-deserializer.h b/deps/v8/src/snapshot/context-deserializer.h
index 6552a0fe45..8fa570ad86 100644
--- a/deps/v8/src/snapshot/context-deserializer.h
+++ b/deps/v8/src/snapshot/context-deserializer.h
@@ -17,7 +17,8 @@ class Isolate;
// Deserializes the context-dependent object graph rooted at a given object.
// The ContextDeserializer is not expected to deserialize any code objects.
-class V8_EXPORT_PRIVATE ContextDeserializer final : public Deserializer {
+class V8_EXPORT_PRIVATE ContextDeserializer final
+ : public Deserializer<Isolate> {
public:
static MaybeHandle<Context> DeserializeContext(
Isolate* isolate, const SnapshotData* data, bool can_rehash,