Chromium Code Reviews| Index: compiler/java/com/google/dart/compiler/resolver/ElementKind.java |
| diff --git a/compiler/java/com/google/dart/compiler/resolver/ElementKind.java b/compiler/java/com/google/dart/compiler/resolver/ElementKind.java |
| index c23397dfeb2ad39a851c6b153773e9cbdb0b7e52..155cd74d18d79d5b5b03cc780275d55a9562d10c 100644 |
| --- a/compiler/java/com/google/dart/compiler/resolver/ElementKind.java |
| +++ b/compiler/java/com/google/dart/compiler/resolver/ElementKind.java |
| @@ -22,6 +22,7 @@ public enum ElementKind { |
| FUNCTION_TYPE_ALIAS, |
| DYNAMIC, |
| LIBRARY, |
| + LIBRARY_PREFIX, |
| SUPER, |
| NONE, |
| VOID; |