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/diagnostic_listener.dart

Issue 791263003: Remove Compiler.reportFatalError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: One more crash revealed. Created 6 years 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
Index: dart/pkg/compiler/lib/src/diagnostic_listener.dart
diff --git a/dart/pkg/compiler/lib/src/diagnostic_listener.dart b/dart/pkg/compiler/lib/src/diagnostic_listener.dart
index 40d77b10f8f3cac4c9a58eddf7028691fd16458c..d57b11d0d54bf7aae617e02f1094ae4122642f75 100644
--- a/dart/pkg/compiler/lib/src/diagnostic_listener.dart
+++ b/dart/pkg/compiler/lib/src/diagnostic_listener.dart
@@ -12,10 +12,6 @@ abstract class DiagnosticListener {
SourceSpan spanFromSpannable(Spannable node);
- /// Reports an error and terminates computation immediately.
- void reportFatalError(Spannable node, MessageKind errorCode,
- [Map arguments = const {}]);
-
void reportError(Spannable node, MessageKind errorCode,
[Map arguments = const {}]);

Powered by Google App Engine
This is Rietveld 408576698