| Index: runtime/lib/timeline.dart
|
| diff --git a/runtime/lib/timeline.dart b/runtime/lib/timeline.dart
|
| index 12b92789d5dec08ba0e9dccda7ab05b6e71d2e4e..d8f0c1e190070b2f855f3916dfb36045c2bb1bf9 100644
|
| --- a/runtime/lib/timeline.dart
|
| +++ b/runtime/lib/timeline.dart
|
| @@ -8,6 +8,8 @@ patch int _getTraceClock() native "Timeline_getTraceClock";
|
|
|
| patch int _getNextAsyncId() native "Timeline_getNextAsyncId";
|
|
|
| +patch int _getIsolateNum() native "Timeline_getIsolateNum";
|
| +
|
| patch void _reportTaskEvent(
|
| int start,
|
| int taskId,
|
|
|