Chromium Code Reviews| Index: runtime/bin/dbg_message.h |
| =================================================================== |
| --- runtime/bin/dbg_message.h (revision 23151) |
| +++ runtime/bin/dbg_message.h (working copy) |
| @@ -255,7 +255,7 @@ |
| static DbgMsgQueue* GetIsolateMsgQueueLocked(Dart_IsolateId isolate_id); |
| static DbgMsgQueue* list_; |
| - static dart::Mutex msg_queue_list_lock_; |
| + static dart::Mutex* msg_queue_list_lock_; |
| DISALLOW_ALLOCATION(); |
| DISALLOW_IMPLICIT_CONSTRUCTORS(DbgMsgQueueList); |