| Index: sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart b/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart
|
| index 541aa647758ff617609960564327ff84989413da..86058838c1cd2a01fc08e39064d8fe379468bb80 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_emitter/reflection_data_parser.dart
|
| @@ -105,7 +105,6 @@ String getReflectionDataParser(String classesCollector,
|
|
|
| if (getterStubName) {
|
| f = tearOff(funcs, array, isStatic, name, isIntercepted);
|
| - descriptor[name].\$getter = f;
|
| '''
|
| /* Used to create an isolate using spawnFunction.*/
|
| '''
|
|
|