| 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 fbcd8cb55ee9aedebfbd040502486076b593ffc1..2ff405ca014e001c46b61345236d1057d1abbb6f 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| @@ -50,6 +50,7 @@ int _getTraceClock() {
|
| // TODO.
|
| return _clockValue++;
|
| }
|
| +int _clockValue = 0;
|
|
|
| @patch
|
| void _reportCompleteEvent(int start,
|
|
|