| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/element/ElementFactory.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/element/ElementFactory.java b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/element/ElementFactory.java
|
| index 049e0709f93fb9d03be94f7e0fe573e389e6c43b..63a5b3949fa2278bbfc28d83d81b7e42e55f373a 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/element/ElementFactory.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/element/ElementFactory.java
|
| @@ -441,9 +441,7 @@ public final class ElementFactory {
|
| }
|
|
|
| public static TopLevelVariableElementImpl topLevelVariableElement(String name) {
|
| - TopLevelVariableElementImpl element = new TopLevelVariableElementImpl(name, -1);
|
| - element.setSynthetic(true);
|
| - return element;
|
| + return topLevelVariableElement(name, false, false, null);
|
| }
|
|
|
| public static TopLevelVariableElementImpl topLevelVariableElement(String name, boolean isConst,
|
|
|