Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: dart/pkg/compiler/lib/src/js/nodes.dart

Issue 791263003: Remove Compiler.reportFatalError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Restore code I accidentally removed. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/pkg/compiler/lib/src/elements/modelx.dart ('k') | dart/pkg/compiler/lib/src/resolution/members.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
}
}
}
« no previous file with comments | « dart/pkg/compiler/lib/src/elements/modelx.dart ('k') | dart/pkg/compiler/lib/src/resolution/members.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698