| Index: runtime/vm/code_patcher.h
|
| diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h
|
| index c342f5de18ca737bf355ff2c9e2cf03d12d09c65..bde916f2096ddaedc25eaa9cb961feb3455e1218 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);
|
| + static void InsertDeoptimizationCallAt(uword start, uword target);
|
|
|
| static void PatchPoolPointerCallAt(uword return_address,
|
| const Code& code,
|
|
|