| Index: dart/pkg/compiler/lib/src/js/nodes.dart
|
| diff --git a/dart/pkg/compiler/lib/src/js/nodes.dart b/dart/pkg/compiler/lib/src/js/nodes.dart
|
| index 42c7513f89c947055b1755b8c4fec3c4ea83d78f..e0e90fc052315d27ab5c69055ce18d4221d5479c 100644
|
| --- a/dart/pkg/compiler/lib/src/js/nodes.dart
|
| +++ b/dart/pkg/compiler/lib/src/js/nodes.dart
|
| @@ -741,8 +741,7 @@ class Binary extends Expression {
|
| case ',':
|
| return EXPRESSION;
|
| default:
|
| - throw new leg.CompilerCancelledException(
|
| - "Internal Error: Unhandled binary operator: $op");
|
| + throw "Internal Error: Unhandled binary operator: $op";
|
| }
|
| }
|
| }
|
|
|