Index: runtime/vm/os_win.cc |
diff --git a/runtime/vm/os_win.cc b/runtime/vm/os_win.cc |
index 5af6c71c36815071648796d90f499bd1f7489d1e..917ee6f24e7d01debcdc783ced480090aabf8e6c 100644 |
--- a/runtime/vm/os_win.cc |
+++ b/runtime/vm/os_win.cc |
@@ -123,7 +123,7 @@ int64_t OS::GetCurrentTimeMicros() { |
static int64_t qpc_ticks_per_second = 0; |
-int64_t OS::GetCurrentTraceMicros() { |
+int64_t OS::GetCurrentMonotonicMicros() { |
if (qpc_ticks_per_second == 0) { |
// QueryPerformanceCounter not supported, fallback. |
return GetCurrentTimeMicros(); |