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

Unified Diff: pkg/analyzer/lib/src/task/dart.dart

Issue 1012993002: Rename ContributionPoint and error result (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « no previous file | pkg/analyzer/lib/src/task/model.dart » ('j') | pkg/analyzer/lib/src/task/model.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/task/dart.dart
diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
index 44ae3c8ab15cbc06527638019c17a1ce128f2be6..ecc1e2ee6467a1f9a570eaf120929c9d91f60281 100644
--- a/pkg/analyzer/lib/src/task/dart.dart
+++ b/pkg/analyzer/lib/src/task/dart.dart
@@ -33,7 +33,7 @@ import 'package:analyzer/task/model.dart';
final ResultDescriptor<List<AnalysisError>> BUILD_DIRECTIVES_ERRORS =
new ResultDescriptor<List<AnalysisError>>(
'BUILD_DIRECTIVES_ERRORS', AnalysisError.NO_ERRORS,
- contributesTo: ANALYSIS_ERRORS);
+ contributesTo: DART_ERRORS);
/**
* The errors produced while builing a library element.
@@ -45,7 +45,7 @@ final ResultDescriptor<List<AnalysisError>> BUILD_DIRECTIVES_ERRORS =
final ResultDescriptor<List<AnalysisError>> BUILD_LIBRARY_ERRORS =
new ResultDescriptor<List<AnalysisError>>(
'BUILD_LIBRARY_ERRORS', AnalysisError.NO_ERRORS,
- contributesTo: ANALYSIS_ERRORS);
+ contributesTo: DART_ERRORS);
/**
* The partial [LibraryElement] associated with a library.
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/task/model.dart » ('j') | pkg/analyzer/lib/src/task/model.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698