| Index: pkg/compiler/lib/src/js_emitter/full_emitter/setup_program_builder.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/setup_program_builder.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/setup_program_builder.dart
|
| index 3eb4c8c13408be4084b0dd6c95f218d963af1ebf..7df112dd9868ad07913251c94f7b3b891f0b4517 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/setup_program_builder.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/setup_program_builder.dart
|
| @@ -403,7 +403,7 @@ function $setupProgramName(programData, typesOffset) {
|
| // that we have a string.
|
| if (!superclass || typeof superclass != "string") {
|
| // Inlined special case of InheritFrom here for performance reasons.
|
| - // Fix up the the Dart Object class' prototype.
|
| + // Fix up the Dart Object class' prototype.
|
| var constructor = allClasses[cls];
|
| var prototype = constructor.prototype;
|
| prototype.constructor = constructor;
|
|
|