| Index: lib/compiler/implementation/ssa/js_names.dart
|
| diff --git a/lib/compiler/implementation/ssa/js_names.dart b/lib/compiler/implementation/ssa/js_names.dart
|
| index baa468e2eb368e58747c0f85985e084e8296bfb7..4a4ae60ffd7d59bfacf76af3c0cf975bc0cdf943 100644
|
| --- a/lib/compiler/implementation/ssa/js_names.dart
|
| +++ b/lib/compiler/implementation/ssa/js_names.dart
|
| @@ -2,6 +2,8 @@
|
| // 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 ssa;
|
| +
|
| class JsNames {
|
| static const javaScriptKeywords = const <String>[
|
| // These are current keywords
|
|
|