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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ElementsByCategoryContributor.java

Issue 9598002: Use ASTVisitor as in new AST. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ElementsByCategoryContributor.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ElementsByCategoryContributor.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ElementsByCategoryContributor.java
index e28e730016bf9a23e77aa81d78dfcb578cf1bfb4..687053778abcd4eca63f9556ad4604d723076974 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ElementsByCategoryContributor.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ElementsByCategoryContributor.java
@@ -22,7 +22,7 @@ import com.google.dart.tools.core.internal.indexer.location.SyntheticLocation;
* adds a reference from elements contained in a category to a synthetic location representing that
* category.
*/
-public class ElementsByCategoryContributor extends AbstractDartContributor {
+public class ElementsByCategoryContributor extends DartContributor {
@Override
public Void visitClass(DartClass node) {
if (node.isInterface()) {

Powered by Google App Engine
This is Rietveld 408576698