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