| Index: sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/io_patch.dart b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| index dace4db5fd35b3da601c4be0e61ce7fd447454db..5e3a268d0a0defbbeb7b6a53b759ed9720721792 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/io_patch.dart
|
| @@ -512,7 +512,7 @@ class Stdout {
|
| @patch
|
| class _FileSystemWatcher {
|
| @patch
|
| - static Stream<FileSystemEvent> watch(
|
| + static Stream<FileSystemEvent> _watch(
|
| String path, int events, bool recursive) {
|
| throw new UnsupportedError("_FileSystemWatcher.watch");
|
| }
|
|
|