| Index: sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/js_helper.dart b/sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| index 2de11198c0b566024fabc4e4135d624ee2fd2d9a..3ce3a10191f697b945d54cbd48c0634ea86191de 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/js_helper.dart
|
| @@ -2031,7 +2031,7 @@ abstract class Closure implements Function {
|
| throw 'Error in reflectionInfo.';
|
| }
|
|
|
| - JS('', '#.\$signature = #', prototype, signatureFunction);
|
| + JS('', '#[#] = #', prototype, JS_SIGNATURE_NAME(), signatureFunction);
|
|
|
| JS('', '#[#] = #', prototype, callName, trampoline);
|
| for (int i = 1; i < functions.length; i++) {
|
|
|