Chromium Code Reviews| Index: lib/runtime/dart/convert.js |
| diff --git a/lib/runtime/dart/convert.js b/lib/runtime/dart/convert.js |
| index 835c2a961715257b9e058556a1cc6740246f5751..9316b0d12a2845b53a8bdb5655e99b65d71af0d8 100644 |
| --- a/lib/runtime/dart/convert.js |
| +++ b/lib/runtime/dart/convert.js |
| @@ -2665,6 +2665,7 @@ dart_library.library('dart/convert', null, /* Imports */[ |
| } else { |
| this[_upgrade]().set(key, value); |
| } |
| + return value; |
| } |
| addAll(other) { |
| other.forEach(dart.fn(((key, value) => { |