Chromium Code Reviews| Index: tool/input_sdk/patch/core_patch.dart |
| diff --git a/tool/input_sdk/patch/core_patch.dart b/tool/input_sdk/patch/core_patch.dart |
| index 94b58883b57e997a7ab8cc0e627a8d9ac6c8c680..8fb37373cc15fcfda3c99545a04f78a627f20553 100644 |
| --- a/tool/input_sdk/patch/core_patch.dart |
| +++ b/tool/input_sdk/patch/core_patch.dart |
| @@ -7,8 +7,10 @@ import "dart:_internal" as _symbol_dev; |
| import 'dart:_interceptors'; |
| import 'dart:_js_helper' show patch, |
| checkInt, |
| + ConstantMap, |
|
sra1
2016/05/10 23:05:24
Drop this?
Harry Terkelsen
2016/05/10 23:24:49
Done.
|
| getRuntimeType, |
| jsonEncodeNative, |
| + JsLinkedHashMap, |
| JSSyntaxRegExp, |
| Primitives, |
| stringJoinUnchecked, |