| Index: sdk/lib/_internal/compiler/implementation/compiler.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| index 1e2ab510d90353f46c1e3026575d66530b2b49f7..449341257f50a1f256c5400f9465b2165069fbd4 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -1275,7 +1275,7 @@ class NullSink implements EventSink<String> {
|
|
|
| add(String value) {}
|
|
|
| - void addError(AsyncError error) {}
|
| + void addError(Object error) {}
|
|
|
| void close() {}
|
|
|
|
|