| Index: runtime/bin/dbg_connection.h
|
| ===================================================================
|
| --- runtime/bin/dbg_connection.h (revision 22486)
|
| +++ runtime/bin/dbg_connection.h (working copy)
|
| @@ -97,7 +97,7 @@
|
| // mutex/condition variable used by isolates when writing back to the
|
| // debugger. This is also used to ensure that the isolate waits for
|
| // a debugger to be attached when that is requested on the command line.
|
| - static dart::Monitor handler_lock_;
|
| + static dart::Monitor* handler_lock_;
|
|
|
| // The socket that is listening for incoming debugger connections.
|
| // This descriptor is created and closed by a native thread.
|
|
|