summaryrefslogtreecommitdiff
path: root/deps/v8/src/bootstrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/bootstrapper.h')
-rw-r--r--deps/v8/src/bootstrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/bootstrapper.h b/deps/v8/src/bootstrapper.h
index 8afd0a0601..a554496dfd 100644
--- a/deps/v8/src/bootstrapper.h
+++ b/deps/v8/src/bootstrapper.h
@@ -25,7 +25,7 @@ class SourceCodeCache final BASE_EMBEDDED {
void Initialize(Isolate* isolate, bool create_heap_objects);
void Iterate(RootVisitor* v) {
- v->VisitRootPointer(Root::kExtensions,
+ v->VisitRootPointer(Root::kExtensions, nullptr,
bit_cast<Object**, FixedArray**>(&cache_));
}