Index: runtime/bin/eventhandler_macos.cc |
=================================================================== |
--- runtime/bin/eventhandler_macos.cc (revision 39229) |
+++ runtime/bin/eventhandler_macos.cc (working copy) |
@@ -395,7 +395,7 @@ |
void EventHandlerImplementation::Start(EventHandler* handler) { |
int result = |
- dart::Thread::Start(&EventHandlerImplementation::EventHandlerEntry, |
+ Thread::Start(&EventHandlerImplementation::EventHandlerEntry, |
reinterpret_cast<uword>(handler)); |
if (result != 0) { |
FATAL1("Failed to start event handler thread %d", result); |