Chromium Code Reviews| Index: runtime/vm/log.h |
| diff --git a/runtime/vm/log.h b/runtime/vm/log.h |
| index 868e0ded47640633aa11a59a5a3858b8bced6f97..9682230e76db70166fe6b30443197cacca901a21 100644 |
| --- a/runtime/vm/log.h |
| +++ b/runtime/vm/log.h |
| @@ -52,7 +52,7 @@ class Log { |
| private: |
| void TerminateString(); |
| void EnableManualFlush(); |
| - void DisableManualFlush(); |
| + void DisableManualFlush(const intptr_t cursor = 0); |
|
rmacnak
2017/08/11 19:36:07
Parameter is always passed.
regis
2017/08/11 19:43:07
Removed default value.
|
| // Returns false if we should drop log messages related to 'isolate'. |
| static bool ShouldLogForIsolate(const Isolate* isolate); |