| Index: tests/html/fileapi_test.dart
|
| diff --git a/tests/html/fileapi_test.dart b/tests/html/fileapi_test.dart
|
| index 2eeeee02b87cfcc7e6d1113ab2b15b282742a356..82aad86d6c7074747492cd90cf1fb3430beef33e 100644
|
| --- a/tests/html/fileapi_test.dart
|
| +++ b/tests/html/fileapi_test.dart
|
| @@ -14,7 +14,7 @@ DOMFileSystem fs;
|
| main() {
|
| useHtmlConfiguration();
|
| test('getFileSystem', () {
|
| - window.webkitRequestFileSystem(Window.TEMPORARY, 100, expectAsync1(
|
| + window.webkitRequestFileSystem(LocalWindow.TEMPORARY, 100, expectAsync1(
|
| (DOMFileSystem fileSystem) {
|
| fs = fileSystem;
|
| }),
|
|
|