| 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 93fde0f79ca673882f33a6f330c184bedca51fa8..ea75ed8c07cd1df9a9d6cfe4c0efefa09005bca5 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| @@ -58,6 +58,7 @@ int _getTraceClock() {
|
| }
|
| int _clockValue = 0;
|
|
|
| +@patch
|
| int _getThreadCpuClock() {
|
| return -1;
|
| }
|
|
|