Chromium Code Reviews| Index: lib/runtime/dart_runtime.js |
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js |
| index 88e9a92f7a7493a0e9b96d9d672220ae212c7de2..a3ee139823fd4a9a671e302bd29ffd10852e9b16 100644 |
| --- a/lib/runtime/dart_runtime.js |
| +++ b/lib/runtime/dart_runtime.js |
| @@ -79,8 +79,9 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[ |
| 'map', |
| 'noSuchMethod', |
| 'notNull', |
| + 'stackPrint', |
| 'stackTrace', |
| - 'throw_', |
| + 'throw', |
| 'toString', |
| ]) |
| // Renames |