Chromium Code Reviews| 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) { |