Chromium Code Reviews| Index: src/log.h |
| diff --git a/src/log.h b/src/log.h |
| index 97f9ffe80c2c9a6c1da532c592c1ab0745fe52c7..12dc9231a009443f172e43d63a88a6d64b86e400 100644 |
| --- a/src/log.h |
| +++ b/src/log.h |
| @@ -280,6 +280,9 @@ class Logger { |
| void TimerEvent(const char* name, int64_t start, int64_t end); |
| void ExternalSwitch(StateTag old_tag, StateTag new_tag); |
| + static void EnterExternal(); |
| + static void LeaveExternal(); |
| + |
| class TimerEventScope { |
| public: |
| TimerEventScope(Isolate* isolate, const char* name) |