| 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 ea75ed8c07cd1df9a9d6cfe4c0efefa09005bca5..7a2c5a6e2509e2399fcb905e507b7ee8504cc954 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| @@ -66,7 +66,7 @@ int _getThreadCpuClock() {
|
|
|
| @patch
|
| void _reportCompleteEvent(int start,
|
| - int end,
|
| + int startCpu,
|
| String category,
|
| String name,
|
| String argumentsAsJson) {
|
|
|