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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ScopedDartContributor.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/ScopedDartContributor.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ScopedDartContributor.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ScopedDartContributor.java
index 0c498c02a7e8213f1a930444a16464b5b6365e1f..233ffcd7dbc602e290cabf176801cd8c4fe8bd22 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ScopedDartContributor.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/ScopedDartContributor.java
@@ -38,7 +38,7 @@ import java.util.ArrayList;
* The abstract class <code>ScopedDartContributor</code> defines the behavior common to contributors
* whose target is based on the enclosing lexical scope.
*/
-public abstract class ScopedDartContributor extends AbstractDartContributor {
+public abstract class ScopedDartContributor extends DartContributor {
/**
* A stack whose top element (the element with the largest index) is the location of the
* inner-most enclosing scope.

Powered by Google App Engine
This is Rietveld 408576698