| Index: dart/lib/compiler/implementation/namer.dart
|
| diff --git a/dart/lib/compiler/implementation/namer.dart b/dart/lib/compiler/implementation/namer.dart
|
| index 05994920eeadec6afae32f47a9436c43e854040e..be300c2a697f39e35e863fe17f4931b1dbeb37c5 100644
|
| --- a/dart/lib/compiler/implementation/namer.dart
|
| +++ b/dart/lib/compiler/implementation/namer.dart
|
| @@ -9,7 +9,7 @@ class Namer {
|
| final Compiler compiler;
|
|
|
| static Set<String> _jsReserved = null;
|
| - Set<String> get jsReserved() {
|
| + Set<String> get jsReserved {
|
| if (_jsReserved === null) {
|
| _jsReserved = new Set<String>();
|
| _jsReserved.addAll(JsNames.javaScriptKeywords);
|
|
|