| Index: runtime/lib/timeline.dart
|
| diff --git a/runtime/lib/timeline.dart b/runtime/lib/timeline.dart
|
| index b4ecd44ffa98abea6bf5c65f11243dc9cab7397c..df43dec0b5f24b2be8ce3feafd817eb6c1ea9985 100644
|
| --- a/runtime/lib/timeline.dart
|
| +++ b/runtime/lib/timeline.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| import 'dart:_internal';
|
|
|
| +patch bool _isDartStreamEnabled() native "Timeline_isDartStreamEnabled";
|
| +
|
| patch int _getTraceClock() native "Timeline_getTraceClock";
|
|
|
| patch int _getThreadCpuClock() native "Timeline_getThreadCpuClock";
|
|
|