| Index: runtime/bin/dbg_message.h
|
| ===================================================================
|
| --- runtime/bin/dbg_message.h (revision 39229)
|
| +++ runtime/bin/dbg_message.h (working copy)
|
| @@ -207,7 +207,7 @@
|
|
|
| // The isolate waits on this condition variable when it needs to process
|
| // debug messages.
|
| - dart::Monitor msg_queue_lock_;
|
| + Monitor msg_queue_lock_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DbgMsgQueue);
|
| };
|
| @@ -270,7 +270,7 @@
|
| static DbgMsgQueue* GetIsolateMsgQueueLocked(Dart_IsolateId isolate_id);
|
|
|
| static DbgMsgQueue* list_;
|
| - static dart::Mutex* msg_queue_list_lock_;
|
| + static Mutex* msg_queue_list_lock_;
|
|
|
| DISALLOW_ALLOCATION();
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(DbgMsgQueueList);
|
|
|