Chromium Code Reviews| Index: runtime/platform/thread_macos.h |
| diff --git a/runtime/platform/thread_macos.h b/runtime/platform/thread_macos.h |
| index c2b30595c15188bbe1e4195650e7fd5108376280..48cd97325e21c83088564552ad78a69334f10121 100644 |
| --- a/runtime/platform/thread_macos.h |
| +++ b/runtime/platform/thread_macos.h |
| @@ -15,6 +15,8 @@ |
| namespace dart { |
| +typedef pthread_key_t ThreadLocalKey; |
| + |
| class MutexData { |
| private: |
| MutexData() {} |