| Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| index c4a1d776d762ee75060451c8b3442d52b108d327..392abf0b7fdee463d0d79b81dedd46cf8676a5ed 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| @@ -706,8 +706,7 @@ final constantLists = JS('', 'new Map()');
|
| ///
|
| /// Canonicalize a constant list
|
| ///
|
| -@JSExportName('constList')
|
| -constList_(elements, elementType) => JS(
|
| +constList(elements, elementType) => JS(
|
| '',
|
| '''(() => {
|
| function lookupNonTerminal(map, key) {
|
|
|