Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: test/codegen/expect/collection/wrappers.js

Issue 1486473002: Convert dart_utils.js to input_sdk/lib/_internal/utils.dart (#310) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/codegen/expect/collection/wrappers.js
diff --git a/test/codegen/expect/collection/wrappers.js b/test/codegen/expect/collection/wrappers.js
index d709bc10bbc6570f71a72e9c3311d0b8068d56b9..439fedfffc42dddcb244491e6aa175aeff5f59a1 100644
--- a/test/codegen/expect/collection/wrappers.js
+++ b/test/codegen/expect/collection/wrappers.js
@@ -9,8 +9,8 @@ dart_library.library('collection/wrappers', null, /* Imports */[
], function(exports, dart, canonicalized_map, core, math, collection, unmodifiable_wrappers) {
'use strict';
let dartx = dart.dartx;
- dart.export(exports, canonicalized_map);
- dart.export(exports, unmodifiable_wrappers);
+ dart.export_(exports, canonicalized_map);
+ dart.export_(exports, unmodifiable_wrappers);
let _base = Symbol('_base');
let _DelegatingIterableBase$ = dart.generic(function(E) {
class _DelegatingIterableBase extends core.Object {
@@ -700,7 +700,7 @@ dart_library.library('collection/wrappers', null, /* Imports */[
this[_baseMap].putIfAbsent(key, dart.as(dart.fn(() => {
result = true;
return value;
- }), __CastType0));
+ }), __CastType0$(V)));
return result;
}
addAll(elements) {

Powered by Google App Engine
This is Rietveld 408576698