ffa96cdeac
The Dart arity adaptor was adding default arguments to the call instead of calling with the given number of arguments. The best way to fix this is to implement Issue 25548. R=sigmund@google.com Review URL: https://codereview.chromium.org/1612773002 .