Chromium Code Reviews| Index: lib/runtime/dart_runtime.js |
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart_runtime.js |
| index 2a0b91bd01a4fbf9ee5cd8ef7754a33f5cabb335..88e9a92f7a7493a0e9b96d9d672220ae212c7de2 100644 |
| --- a/lib/runtime/dart_runtime.js |
| +++ b/lib/runtime/dart_runtime.js |
| @@ -90,6 +90,7 @@ dart_library.library('dart_runtime/dart', null, /* Imports */[ |
| // From types |
| exportFrom(types, [ |
| 'bottom', |
| + 'definiteFunctionType', |
| 'dynamic', |
| 'functionType', |
| 'typedef', |