Chromium Code Reviews| Index: pkg/compiler/lib/src/js_backend/backend.dart |
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart |
| index 7489914a3e70deba3fcc2a864191e4b5d8aba83d..7a924df35f7b1dbbba2818eec5d7e6c5e0202da5 100644 |
| --- a/pkg/compiler/lib/src/js_backend/backend.dart |
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart |
| @@ -2575,7 +2575,8 @@ class JavaScriptBackend extends Backend { |
| "math": "_internal/js_runtime/lib/math_patch.dart", |
| "mirrors": "_internal/js_runtime/lib/mirrors_patch.dart", |
| "typed_data": "_internal/js_runtime/lib/typed_data_patch.dart", |
| - "_internal": "_internal/js_runtime/lib/internal_patch.dart" |
| + "_internal": "_internal/js_runtime/lib/internal_patch.dart", |
| + "custom": "_internal/js_runtime/lib/custom_patch.dart" |
|
Johnni Winther
2016/06/23 12:45:15
All these should be part of the .platform file.
|
| }; |
| @override |