Index: runtime/vm/isolate.h |
diff --git a/runtime/vm/isolate.h b/runtime/vm/isolate.h |
index b8e7a4ca40fa254765ca3b75f3fc121eb9d50362..5ba03987010dfaf7a5eeba42d1dccf2dd3e3ff83 100644 |
--- a/runtime/vm/isolate.h |
+++ b/runtime/vm/isolate.h |
@@ -170,8 +170,7 @@ class Isolate : public BaseIsolate { |
const char* debugger_name() const { return debugger_name_; } |
void set_debugger_name(const char* name); |
- // TODO(koda): Move to Thread. |
- class Log* Log() const; |
+ bool ShouldLog() const; |
int64_t start_time() const { return start_time_; } |