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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/constant.dart

Issue 14750010: Adding utility to display API differences between dart2js and dartium DOM libraries. Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « pkg/analyzer_experimental/lib/src/generated/ast.dart ('k') | tools/dom/tools/api_diff.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_experimental/lib/src/generated/constant.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/constant.dart b/pkg/analyzer_experimental/lib/src/generated/constant.dart
index 8d866638866bdeef2a24a5aae411f6342f82b5b5..3c8a7b0293545d2edaab2196c359808e222a354a 100644
--- a/pkg/analyzer_experimental/lib/src/generated/constant.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/constant.dart
@@ -193,6 +193,7 @@ class ConstantValueComputer {
* Compute values for all of the constant variables in the compilation units that were added.
*/
void computeValues() {
+ return;
_declarationMap = _constantFinder.variableMap;
for (MapEntry<VariableElement, VariableDeclaration> entry in getMapEntrySet(_declarationMap)) {
VariableElement element = entry.getKey();
@@ -1419,4 +1420,4 @@ class ValidResult extends EvaluationResultImpl {
* @return a result object representing the given value
*/
ValidResult valueOf4(String value) => new ValidResult(value);
-}
+}
« no previous file with comments | « pkg/analyzer_experimental/lib/src/generated/ast.dart ('k') | tools/dom/tools/api_diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698