summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/maybe-object-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/maybe-object-inl.h')
-rw-r--r--deps/v8/src/objects/maybe-object-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/objects/maybe-object-inl.h b/deps/v8/src/objects/maybe-object-inl.h
index f5dd961487..2e3616a6eb 100644
--- a/deps/v8/src/objects/maybe-object-inl.h
+++ b/deps/v8/src/objects/maybe-object-inl.h
@@ -84,7 +84,7 @@ HeapObjectReference HeapObjectReference::ClearedValue(
#ifdef V8_COMPRESS_POINTERS
// This is necessary to make pointer decompression computation also
// suitable for cleared weak references.
- Address raw_value = V8HeapCompressionScheme::DecompressTaggedPointer(
+ Address raw_value = V8HeapCompressionScheme::DecompressTagged(
cage_base, kClearedWeakHeapObjectLower32);
#else
Address raw_value = kClearedWeakHeapObjectLower32;