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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/ast.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 | « no previous file | pkg/analyzer_experimental/lib/src/generated/constant.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/ast.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/ast.dart b/pkg/analyzer_experimental/lib/src/generated/ast.dart
index 044f2fbccb905c5f13e1aa3786a839a41e8aa5db..624577c81dcfba8aa09ecd7bd7f5d173d413195c 100644
--- a/pkg/analyzer_experimental/lib/src/generated/ast.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/ast.dart
@@ -464,7 +464,7 @@ abstract class AnnotatedNode extends ASTNode {
childList.add(_comment);
childList.addAll(_metadata);
List<ASTNode> children = new List.from(childList);
- children.sort();
+ children.sort(ASTNode.LEXICAL_ORDER);
return children;
}
}
« no previous file with comments | « no previous file | pkg/analyzer_experimental/lib/src/generated/constant.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698