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

Unified Diff: pkg/analysis_server/lib/src/computer/computer_navigation.dart

Issue 970913002: API clean-up (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Sort ast.dart Created 5 years, 10 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/analysis_server/lib/src/computer/computer_navigation.dart
diff --git a/pkg/analysis_server/lib/src/computer/computer_navigation.dart b/pkg/analysis_server/lib/src/computer/computer_navigation.dart
index 10e0bd0771a79ec6bda0ddae244d8264677ed76e..a05894c7b15aa525f16e2ab4cb420cccc17a6fe4 100644
--- a/pkg/analysis_server/lib/src/computer/computer_navigation.dart
+++ b/pkg/analysis_server/lib/src/computer/computer_navigation.dart
@@ -237,7 +237,7 @@ class _DartUnitNavigationComputerVisitor extends RecursiveAstVisitor {
if (name != null) {
computer._addRegion_nodeStart_nodeEnd(node, name, element);
} else {
- computer._addRegionForToken(node.keyword, element);
+ computer._addRegionForToken(node.superKeyword, element);
}
// process arguments
_safelyVisit(node.argumentList);

Powered by Google App Engine
This is Rietveld 408576698