| Index: lib/compiler/implementation/compiler.dart
|
| diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
|
| index 6a78ae5e1f127347aa970adbc7507e675cef653c..7da90baf06fdd271888a85a5197a9e503fdb9df6 100644
|
| --- a/lib/compiler/implementation/compiler.dart
|
| +++ b/lib/compiler/implementation/compiler.dart
|
| @@ -368,7 +368,7 @@ class Compiler implements DiagnosticListener {
|
| HInstruction instruction, Element element]) {
|
| assembledCode = null; // Compilation failed. Make sure that we
|
| // don't return a bogus result.
|
| - SourceSpan span = const SourceSpan(null, null, null);
|
| + SourceSpan span = null;
|
| if (node !== null) {
|
| span = spanFromNode(node);
|
| } else if (token !== null) {
|
|
|