Index: lib/runtime/dart/core.js |
diff --git a/lib/runtime/dart/core.js b/lib/runtime/dart/core.js |
index c075746d0498a9bc584471e7eb46a084885239fd..7758ec7d69a34a63141a34a01a0738b9b54e5e1a 100644 |
--- a/lib/runtime/dart/core.js |
+++ b/lib/runtime/dart/core.js |
@@ -1179,6 +1179,7 @@ dart_library.library('dart/core', null, /* Imports */[ |
_js_helper.Primitives.setProperty(object, Expando$()._EXPANDO_PROPERTY_NAME, values); |
} |
_js_helper.Primitives.setProperty(values, this[_getKey](), value); |
+ return value; |
} |
[_getKey]() { |
let key = dart.as(_js_helper.Primitives.getProperty(this, Expando$()._KEY_PROPERTY_NAME), String); |