| Index: sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/apiimpl.dart b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| index d211e9415c0895c2bf0ab1d6037ae8ef0fa19dbe..d65b4b83fa416f9bd71374868c29ad600f0f0728 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
|
| @@ -164,7 +164,7 @@ class Compiler extends leg.Compiler {
|
|
|
| // TODO(johnniwinther): Add [:report(..., {Element element}):] to
|
| // report methods in Compiler.
|
| - void reportReadError(String exception) {
|
| + void reportReadError(exception) {
|
| withCurrentElement(element, () {
|
| reportError(node,
|
| leg.MessageKind.READ_SCRIPT_ERROR,
|
|
|