Chromium Code Reviews| Index: src/log.h |
| diff --git a/src/log.h b/src/log.h |
| index 0d874dd508a4ca42e32c84462f233adbd1968a9b..c0559e7895500d32988f266cd797970e0e1972aa 100644 |
| --- a/src/log.h |
| +++ b/src/log.h |
| @@ -291,8 +291,7 @@ class Logger { |
| uintptr_t start, |
| uintptr_t end); |
| - void CodeDeoptEvent(Code* code, int bailout_id, Address from, |
| - int fp_to_sp_delta); |
| + void CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta); |
| void CurrentTimeEvent(); |
| void TimerEvent(StartEnd se, const char* name); |