Index: src/runtime-profiler.cc |
diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc |
index 95dcc4f983b12de48d1f68f6953303922bbe2f41..32a85cc8911a76a6b1399f1e0bb14d0611878959 100644 |
--- a/src/runtime-profiler.cc |
+++ b/src/runtime-profiler.cc |
@@ -185,7 +185,7 @@ void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) { |
PrintF("]\n"); |
} |
- Deoptimizer::PatchInterruptCode(isolate_, shared->code()); |
+ BackEdgeTable::Patch(isolate_, shared->code()); |
} |