| Index: lib/runtime/dart/_operations.js
|
| diff --git a/lib/runtime/dart/_operations.js b/lib/runtime/dart/_operations.js
|
| index edce6cdf8490941f350c31a285f5d8a11af5ac0a..fe7b6caa2e3af1224fea4f56972705f9f8bc44a6 100644
|
| --- a/lib/runtime/dart/_operations.js
|
| +++ b/lib/runtime/dart/_operations.js
|
| @@ -7,6 +7,7 @@
|
| */
|
| dart_library.library('dart/_operations', null, /* Imports */[
|
| ], /* Lazy Imports */[
|
| + 'dart/_utils',
|
| 'dart/async',
|
| 'dart/collection',
|
| 'dart/core',
|
| @@ -15,7 +16,7 @@ dart_library.library('dart/_operations', null, /* Imports */[
|
| 'dart/_errors',
|
| 'dart/_rtti',
|
| 'dart/_types'
|
| -], function(exports, async, collection, core, _js_helper, classes, errors, rtti,
|
| +], function(exports, dart_utils, async, collection, core, _js_helper, classes, errors, rtti,
|
| types) {
|
| 'use strict';
|
|
|
|
|