| Index: lib/runtime/dart/_types.js
|
| diff --git a/lib/runtime/dart/_types.js b/lib/runtime/dart/_types.js
|
| index 76556262777a245b691ce9b717f1cfff9c9d0061..2cc00cbd3c904f5e8052a5276539237446536674 100644
|
| --- a/lib/runtime/dart/_types.js
|
| +++ b/lib/runtime/dart/_types.js
|
| @@ -16,7 +16,7 @@ dart_library.library('dart/_types', null, /* Imports */[
|
|
|
| const getOwnPropertyNames = Object.getOwnPropertyNames;
|
|
|
| - const assert = dart_utils.assert_;
|
| + const assert = dart_utils.assert;
|
|
|
| /**
|
| * Types in dart are represented at runtime as follows.
|
|
|