Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index 00cea34611a3086733710dd741991a11575235a9..bc9cb61dcd69c6226b1426c225efdc6efdab2616 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -75,6 +75,8 @@ class Thread { |
| static void InitOnceBeforeIsolate(); |
| static void InitOnceAfterObjectAndStubCode(); |
| + ~Thread(); |
| + |
| // The topmost zone used for allocation in this thread. |
| Zone* zone() const { return state_.zone; } |