summaryrefslogtreecommitdiff
path: root/deps/v8/src/context-measure.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/context-measure.h')
-rw-r--r--deps/v8/src/context-measure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/context-measure.h b/deps/v8/src/context-measure.h
index 665c547912..7e94f2c00c 100644
--- a/deps/v8/src/context-measure.h
+++ b/deps/v8/src/context-measure.h
@@ -29,7 +29,7 @@ class ContextMeasure : public ObjectVisitor {
Context* context_;
- BackReferenceMap back_reference_map_;
+ SerializerReferenceMap reference_map_;
RootIndexMap root_index_map_;
static const int kMaxRecursion = 16;