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

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: 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/deferred_load.dart ('k') | dart/pkg/compiler/lib/src/elements/modelx.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {}]);
« no previous file with comments | « dart/pkg/compiler/lib/src/deferred_load.dart ('k') | dart/pkg/compiler/lib/src/elements/modelx.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698