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

Unified Diff: runtime/lib/core_patch.dart

Issue 1127533002: Add Map.unmodifiable constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | runtime/lib/integers_patch.dart » ('j') | sdk/lib/_internal/compiler/js_lib/constant_map.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/core_patch.dart
diff --git a/runtime/lib/core_patch.dart b/runtime/lib/core_patch.dart
index 5ff7676ace55fd2bbac8bd690440c627ff8d4441..2a45ae708efed16d1b8b4276978c5a8cd8b28de5 100644
--- a/runtime/lib/core_patch.dart
+++ b/runtime/lib/core_patch.dart
@@ -8,7 +8,6 @@ import "dart:typed_data";
// Equivalent of calling FATAL from C++ code.
_fatal(msg) native "DartCore_fatal";
-
Ivan Posva 2015/05/11 18:16:54 ?
// We need to pass the exception and stack trace objects as second and third
// parameter to the continuation. See vm/ast_transformer.cc for usage.
void _asyncCatchHelper(catchFunction, continuation) {
« no previous file with comments | « no previous file | runtime/lib/integers_patch.dart » ('j') | sdk/lib/_internal/compiler/js_lib/constant_map.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698