| Index: lib/runtime/dart/_errors.js
|
| diff --git a/lib/runtime/_errors.js b/lib/runtime/dart/_errors.js
|
| similarity index 93%
|
| rename from lib/runtime/_errors.js
|
| rename to lib/runtime/dart/_errors.js
|
| index bd4f0b696f7a6ce6d0f9a841bffd62f6eca21fc9..57a60d84e538eb4e9ec441d19317903d29a07863 100644
|
| --- a/lib/runtime/_errors.js
|
| +++ b/lib/runtime/dart/_errors.js
|
| @@ -7,9 +7,9 @@
|
| *
|
| */
|
|
|
| -dart_library.library('dart_runtime/_errors', null, /* Imports */[
|
| +dart_library.library('dart/_errors', null, /* Imports */[
|
| ], /* Lazy Imports */[
|
| - 'dart_runtime/_operations',
|
| + 'dart/_operations',
|
| 'dart/core',
|
| 'dart/_js_helper'
|
| ], function(exports, operations, core, _js_helper) {
|
|
|