| Index: pkg/compiler/lib/src/js_backend/minify_namer.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/minify_namer.dart b/pkg/compiler/lib/src/js_backend/minify_namer.dart
|
| index ff76d87ecf6b385296f3595eb4a2ca8cc1a9b492..3e689d4313e5e9e7af9437382a5bb0fcf122fb3b 100644
|
| --- a/pkg/compiler/lib/src/js_backend/minify_namer.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/minify_namer.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;
|
|
|
| /**
|
| * Assigns JavaScript identifiers to Dart variables, class-names and members.
|
|
|