| Index: dart/sdk/lib/_internal/lib/js_helper.dart
|
| diff --git a/dart/sdk/lib/_internal/lib/js_helper.dart b/dart/sdk/lib/_internal/lib/js_helper.dart
|
| index 073436ecea169ef59f502ec39fba3eece762e471..3737c4acd1bd7810dd06dc4a71667999bd6e567e 100644
|
| --- a/dart/sdk/lib/_internal/lib/js_helper.dart
|
| +++ b/dart/sdk/lib/_internal/lib/js_helper.dart
|
| @@ -667,7 +667,6 @@ class Primitives {
|
| arguments.addAll(positionalArguments);
|
| }
|
|
|
| - // TODO(ahe): Use JS_SOMETHING to get name from Namer.
|
| if (JS('bool', r'# in #', JS_GET_NAME('CALL_CATCH_ALL'), function)) {
|
| // We expect the closure to have a "call$catchAll" (the value of
|
| // JS_GET_NAME('CALL_CATCH_ALL')) function that returns all the expected
|
|
|