| Index: lib/compiler/implementation/compiler.dart
|
| diff --git a/lib/compiler/implementation/compiler.dart b/lib/compiler/implementation/compiler.dart
|
| index 6245eab105724d1ca8b1390975377b049f093a90..e2442a84794f4c9382e8b08a9c78b14d1da0ca15 100644
|
| --- a/lib/compiler/implementation/compiler.dart
|
| +++ b/lib/compiler/implementation/compiler.dart
|
| @@ -143,7 +143,7 @@ abstract class Compiler implements DiagnosticListener {
|
| return f();
|
| } on CompilerCancelledException catch (ex) {
|
| throw;
|
| - } on StackOverflowException catch (ex) {
|
| + } on StackOverflowError catch (ex) {
|
| // We cannot report anything useful in this case, because we
|
| // do not have enough stack space.
|
| throw;
|
|
|