Chromium Code Reviews| Index: runtime/lib/function_patch.dart |
| diff --git a/runtime/lib/function_patch.dart b/runtime/lib/function_patch.dart |
| index f7b1532b3b58d01dc1e4b64276283f93e1e54dc7..63a9f2562ab8ba71f749abb88c350cb2f630a278 100644 |
| --- a/runtime/lib/function_patch.dart |
| +++ b/runtime/lib/function_patch.dart |
| @@ -4,6 +4,7 @@ |
| @patch |
| class Function { |
| + // TODO(regis): Pass type arguments to generic functions. Wait for API spec. |
| static _apply(List arguments, List names) native "Function_apply"; |
| @patch |