| 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 7a2c5a6e2509e2399fcb905e507b7ee8504cc954..b1073b2e6f9a2f3c195e6ef032cc9b57fd9a824a 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/developer_patch.dart
|
| @@ -52,6 +52,11 @@ _postEvent(String eventKind, String eventData) {
|
|
|
|
|
| @patch
|
| +bool _isDartStreamEnabled() {
|
| + return false;
|
| +}
|
| +
|
| +@patch
|
| int _getTraceClock() {
|
| // TODO.
|
| return _clockValue++;
|
|
|