| Index: editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImpl.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImpl.java b/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImpl.java
|
| index b84f08c9f48529fb9a289f66b162e37332666ef2..f1b314d4e4c2660be15ebd488dcf81400060fa6e 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImpl.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine.services/src/com/google/dart/engine/services/internal/correction/QuickFixProcessorImpl.java
|
| @@ -324,7 +324,7 @@ public class QuickFixProcessorImpl implements QuickFixProcessor {
|
| }
|
| // prepare CorrectionUtils
|
| utils = new CorrectionUtils(unit);
|
| - node = utils.findNode(selectionOffset, AstNode.class);
|
| + node = utils.findNode(selectionOffset);
|
| coveredNode = new NodeLocator(selectionOffset, selectionOffset + selectionLength).searchWithin(unit);
|
| //
|
| final InstrumentationBuilder instrumentation = Instrumentation.builder(this.getClass());
|
|
|