| Index: runtime/bin/eventhandler.cc
|
| diff --git a/runtime/bin/eventhandler.cc b/runtime/bin/eventhandler.cc
|
| index 8ce45b2feed2edc2f1a37790a51c798830bcb623..60c13a512e6c18d63c94c4289ea9cc15c2be749e 100644
|
| --- a/runtime/bin/eventhandler.cc
|
| +++ b/runtime/bin/eventhandler.cc
|
| @@ -59,7 +59,7 @@ void TimeoutQueue::UpdateTimeout(Dart_Port port, int64_t timeout) {
|
|
|
|
|
| static EventHandler* event_handler = NULL;
|
| -static Monitor *shutdown_monitor = NULL;
|
| +static Monitor* shutdown_monitor = NULL;
|
|
|
|
|
| void EventHandler::Start() {
|
|
|