Chromium Code Reviews| Index: runtime/bin/vmservice_impl.cc |
| =================================================================== |
| --- runtime/bin/vmservice_impl.cc (revision 39229) |
| +++ runtime/bin/vmservice_impl.cc (working copy) |
| @@ -94,7 +94,7 @@ |
| return r; |
| } |
| // Start processing messages in a new thread. |
| - dart::Thread::Start(ThreadMain, static_cast<uword>(NULL)); |
| + Thread::Start(ThreadMain, static_cast<uword>(NULL)); |
| return true; |
| } |