| 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 6f673a357f3f96ebf6633dd273a9c8746b5d74ce..f8dd03a412c23e15829d42d5608a5ed3c4a012c7 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/compiler.dart
|
| @@ -1591,7 +1591,7 @@ class NullSink implements EventSink<String> {
|
|
|
| add(String value) {}
|
|
|
| - void addError(Object error) {}
|
| + void addError(Object error, [StackTrace stackTrace]) {}
|
|
|
| void close() {}
|
|
|
|
|