Chromium Code Reviews| Index: lib/runtime/dart_runtime.js |
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js |
| index 255ff212b37ed857f6c083839aeb6fd822bfcced..28a86ae4392e04ce730cfcc56f0e0cdd92a2d694 100644 |
| --- a/lib/runtime/dart_runtime.js |
| +++ b/lib/runtime/dart_runtime.js |
| @@ -87,6 +87,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[ |
| 'map', |
| 'noSuchMethod', |
| 'notNull', |
| + 'nullSafe', |
| 'stackPrint', |
| 'stackTrace', |
| 'strongInstanceOf', |