| Index: runtime/lib/timeline.dart
|
| diff --git a/runtime/lib/timeline.dart b/runtime/lib/timeline.dart
|
| index 3a336e29fb0181f49eee03cfc41f982db9b11e94..b4ecd44ffa98abea6bf5c65f11243dc9cab7397c 100644
|
| --- a/runtime/lib/timeline.dart
|
| +++ b/runtime/lib/timeline.dart
|
| @@ -6,6 +6,8 @@ import 'dart:_internal';
|
|
|
| patch int _getTraceClock() native "Timeline_getTraceClock";
|
|
|
| +patch int _getThreadCpuClock() native "Timeline_getThreadCpuClock";
|
| +
|
| patch int _getNextAsyncId() native "Timeline_getNextAsyncId";
|
|
|
| patch int _getIsolateNum() native "Timeline_getIsolateNum";
|
|
|