| 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.
|
|
|