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 'deps/v8/test/cctest/test-roots.cc')
-rw-r--r--deps/v8/test/cctest/test-roots.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/cctest/test-roots.cc b/deps/v8/test/cctest/test-roots.cc
index 26002621b6d..f5003721d66 100644
--- a/deps/v8/test/cctest/test-roots.cc
+++ b/deps/v8/test/cctest/test-roots.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "src/heap/heap-inl.h"
+#include "src/heap/memory-chunk-inl.h"
#include "src/objects/cell.h"
#include "src/objects/feedback-cell.h"
#include "src/objects/script.h"
@@ -48,7 +49,6 @@ bool IsInitiallyMutable(Factory* factory, Address object_address) {
V(shared_wasm_memories) \
V(materialized_objects) \
V(public_symbol_table) \
- V(retained_maps) \
V(retaining_path_targets) \
V(serialized_global_proxy_sizes) \
V(serialized_objects) \