| Index: pkg/analysis_server/lib/src/index/store/split_store.dart
|
| diff --git a/pkg/analysis_server/lib/src/index/store/split_store.dart b/pkg/analysis_server/lib/src/index/store/split_store.dart
|
| index 63b19bd5f7592b07dc13085b97cfe6d9cfbe6de3..6eb90e523e215931801196a55ee45a4464374cbc 100644
|
| --- a/pkg/analysis_server/lib/src/index/store/split_store.dart
|
| +++ b/pkg/analysis_server/lib/src/index/store/split_store.dart
|
| @@ -40,7 +40,7 @@ abstract class FileManager {
|
| /**
|
| * Write a list of bytes to a file.
|
| */
|
| - Future write(String name, Uint8List bytes);
|
| + Future write(String name, List<int> bytes);
|
| }
|
|
|
|
|
|
|