Index: pkg/compiler/lib/src/js_backend/namer_names.dart |
diff --git a/pkg/compiler/lib/src/js_backend/namer_names.dart b/pkg/compiler/lib/src/js_backend/namer_names.dart |
index 4baffb53333f0d3e81c7ab7a12be115d9dbf77fc..7e8e76fb37dcae9be473f580027a288712d0cd86 100644 |
--- a/pkg/compiler/lib/src/js_backend/namer_names.dart |
+++ b/pkg/compiler/lib/src/js_backend/namer_names.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-part of js_backend; |
+part of js_backend.namer; |
abstract class _NamerName extends jsAst.Name { |
int get _kind; |