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

Unified Diff: test/codegen_expected/stack_trace/stack_trace.js

Issue 2211293002: Reify type params on map literals (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Suppress empty arg with dynamic params Created 4 years, 4 months 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_expected/stack_trace/stack_trace.js
diff --git a/test/codegen_expected/stack_trace/stack_trace.js b/test/codegen_expected/stack_trace/stack_trace.js
index f1a5f285f841e0aaf618ee51d80c538325e84f4b..cdb2cda4c4eadf25d8ba0e7e3492d8c4655cf8b2 100644
--- a/test/codegen_expected/stack_trace/stack_trace.js
+++ b/test/codegen_expected/stack_trace/stack_trace.js
@@ -76,7 +76,7 @@ dart_library.library('stack_trace', null, /* Imports */[
return async.Zone.current.handleUncaughtError(dart.dynamic)(error, stackTrace);
}
- }, VoidTodynamic()), {zoneSpecification: spec.toSpec(), zoneValues: dart.map([const$0 || (const$0 = dart.const(core.Symbol.new('stack_trace.stack_zone.spec'))), spec])}));
+ }, VoidTodynamic()), {zoneSpecification: spec.toSpec(), zoneValues: dart.map([const$0 || (const$0 = dart.const(core.Symbol.new('stack_trace.stack_zone.spec'))), spec], core.Symbol, src__stack_zone_specification.StackZoneSpecification)}));
};
}
static track(futureOrStream) {

Powered by Google App Engine
This is Rietveld 408576698