Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index a74db7b590c7680293e653ffee8fc04b600baaf8..29bb88835a3dc6575da67192da559a4936cc207a 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -5411,7 +5411,7 @@ class Code: public HeapObject { |
| return GetCodeAgeStub(isolate, kNotExecutedCodeAge, NO_MARKING_PARITY); |
| } |
| - void PrintDeoptLocation(FILE* out, int bailout_id); |
| + void PrintDeoptLocation(FILE* out, Address pc); |
| bool CanDeoptAt(Address pc); |
| #ifdef VERIFY_HEAP |