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

Unified Diff: pkg/front_end/tool/perf.dart

Issue 2979623002: Use messages for (some) public API errors (Closed)
Patch Set: cl comments Created 3 years, 5 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
Index: pkg/front_end/tool/perf.dart
diff --git a/pkg/front_end/tool/perf.dart b/pkg/front_end/tool/perf.dart
index 4f77597e711614f8e200e611c41159b1f311353c..b004eb62a3a511bb835410bb6dd24afdcf9e1530 100644
--- a/pkg/front_end/tool/perf.dart
+++ b/pkg/front_end/tool/perf.dart
@@ -202,7 +202,7 @@ void _reportErrors(List errors, ErrorHandler onError) {
}
class _DartkError implements CompilationError {
- String get correction => null;
+ String get tip => null;
SourceSpan get span => null;
final String message;
_DartkError(this.message);

Powered by Google App Engine
This is Rietveld 408576698