| Index: sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| index d56f94619c20c35713c542c9c58cfca45337abf2..93fde0f79ca673882f33a6f330c184bedca51fa8 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| @@ -58,6 +58,11 @@ int _getTraceClock() {
|
| }
|
| int _clockValue = 0;
|
|
|
| +int _getThreadCpuClock() {
|
| + return -1;
|
| +}
|
| +
|
| +
|
| @patch
|
| void _reportCompleteEvent(int start,
|
| int end,
|
|
|