| Index: pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/glue.dart b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| index 2c0d9ad59f24dafb451fea9400aa80f8941673af..192c3cbe1148d52dfa6a03e51bf12b06784261ad 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
|
| @@ -277,7 +277,7 @@ class Glue {
|
| classElement == _helpers.jsBoolClass ||
|
| classElement == _compiler.coreClasses.boolClass;
|
|
|
| - // TODO(sra): Should this be part of CodegenRegistry?
|
| + // TODO(sra,johnniwinther): Should this be part of CodegenRegistry?
|
| void registerNativeBehavior(NativeBehavior nativeBehavior, node) {
|
| if (nativeBehavior == null) return;
|
| _enqueuer.nativeEnqueuer.registerNativeBehavior(nativeBehavior, node);
|
|
|