Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index 54edf1eb1a11b1f683bef2e2fa792ece890c64fc..26362c91ec1113d4b9f49022d72fc582411e7c11 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -32,7 +32,7 @@ class Thread { |
| } |
| // The log for this thread. |
| - Log* Log() { |
| + class Log* Log() { |
| return reinterpret_cast<Isolate*>(this)->Log(); |
| } |