| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dom/PropertyDescriptorHelper.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dom/PropertyDescriptorHelper.java (revision 10597)
|
| +++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dom/PropertyDescriptorHelper.java (working copy)
|
| @@ -695,7 +695,7 @@
|
| DART_IMPORT_DIRECTIVE_PREFIX = new ChildPropertyDescriptor(
|
| DartImportDirective.class,
|
| "prefix",
|
| - DartStringLiteral.class,
|
| + DartIdentifier.class,
|
| StructuralPropertyDescriptor.MANDATORY,
|
| StructuralPropertyDescriptor.NO_CYCLE_RISK);
|
|
|
| @@ -781,7 +781,7 @@
|
| DART_LIBRARY_DIRECTIVE_NAME = new ChildPropertyDescriptor(
|
| DartLibraryDirective.class,
|
| "name",
|
| - DartStringLiteral.class,
|
| + DartExpression.class,
|
| StructuralPropertyDescriptor.MANDATORY,
|
| StructuralPropertyDescriptor.NO_CYCLE_RISK);
|
|
|
|
|