Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 722) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -916,7 +916,7 @@ |
| } |
| -// TODO(regis): The actual names of named arguments must match as well. |
| +// Only the number of named arguments is checked, but not the actual names. |
| RawCode* FunctionsCache::LookupCode(const String& function_name, |
| int num_arguments, |
| int num_named_arguments) { |