Index: runtime/vm/code_patcher.h |
diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h |
index bde916f2096ddaedc25eaa9cb961feb3455e1218..c342f5de18ca737bf355ff2c9e2cf03d12d09c65 100644 |
--- a/runtime/vm/code_patcher.h |
+++ b/runtime/vm/code_patcher.h |
@@ -68,7 +68,7 @@ class CodePatcher : public AllStatic { |
static intptr_t InstanceCallSizeInBytes(); |
- static void InsertDeoptimizationCallAt(uword start, uword target); |
+ static void InsertDeoptimizationCallAt(uword start); |
static void PatchPoolPointerCallAt(uword return_address, |
const Code& code, |