Index: runtime/vm/code_patcher_ia32.cc |
diff --git a/runtime/vm/code_patcher_ia32.cc b/runtime/vm/code_patcher_ia32.cc |
index 95d64e08e59c73a8175017f3b67af494df5627e5..8aa64ba58513295ac4e66d46ec64d1eea8d02db5 100644 |
--- a/runtime/vm/code_patcher_ia32.cc |
+++ b/runtime/vm/code_patcher_ia32.cc |
@@ -200,7 +200,7 @@ void CodePatcher::PatchInstanceCallAt(uword return_address, |
} |
-void CodePatcher::InsertCallAt(uword start, uword target) { |
+void CodePatcher::InsertDeoptimizationCallAt(uword start, uword target) { |
// The inserted call should not overlap the lazy deopt jump code. |
ASSERT(start + CallPattern::pattern_length_in_bytes() <= target); |
*reinterpret_cast<uint8_t*>(start) = 0xE8; |