Index: src/x87/deoptimizer-x87.cc |
diff --git a/src/x87/deoptimizer-x87.cc b/src/x87/deoptimizer-x87.cc |
index 8df66bcfac679b0b1aafc2a0a155f27a5dc02193..20bd4775d1921848859af757f2287195a6adbdef 100644 |
--- a/src/x87/deoptimizer-x87.cc |
+++ b/src/x87/deoptimizer-x87.cc |
@@ -164,8 +164,7 @@ void Deoptimizer::PatchCodeForDeoptimization(Isolate* isolate, Code* code) { |
// Right trim the relocation info to free up remaining space. |
const int delta = reloc_info->length() - new_reloc_length; |
if (delta > 0) { |
- isolate->heap()->RightTrimFixedArray<Heap::SEQUENTIAL_TO_SWEEPER>( |
- reloc_info, delta); |
+ isolate->heap()->RightTrimFixedArray(reloc_info, delta); |
} |
} |