| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/CompilationUnitImpl.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/CompilationUnitImpl.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/CompilationUnitImpl.java
|
| index 7ea35d513314108f6dfb7b2b16d3ac1602bc425a..c3b4e0eff09c51d9c11ca9b915c3a881fe526600 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/CompilationUnitImpl.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/CompilationUnitImpl.java
|
| @@ -596,7 +596,7 @@ public class CompilationUnitImpl extends SourceFileElementImpl<CompilationUnit>
|
| * @return a list containing all of the parameters that were created
|
| */
|
| protected List<DartElementImpl> getParameters(DartElementImpl parent, DartFunction functionNode) {
|
| - return getParameters(parent, functionNode.getParams());
|
| + return getParameters(parent, functionNode.getParameters());
|
| }
|
|
|
| /**
|
|
|