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