Chromium Code Reviews| Index: lib/runtime/dart_runtime.js |
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js |
| index 0c4dc70ee3bf6be04c8fd37eb8bfc672a9aeebdb..fd0d1a27f92e73285d327dd9adbffda8762aa21a 100644 |
| --- a/lib/runtime/dart_runtime.js |
| +++ b/lib/runtime/dart_runtime.js |
| @@ -89,6 +89,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[ |
| 'notNull', |
| 'stackPrint', |
| 'stackTrace', |
| + 'strongInstanceOf', |
| 'throw', |
| 'toString', |
| ]) |