| Index: pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart b/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| index 214c4803a7f3ddf3ace267faa50f5b37e240da75..c79c5b6da608d30a95d72b01dc24f572fdf9dabb 100644
|
| --- a/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/constant_system_javascript.dart
|
| @@ -254,7 +254,6 @@ class JavaScriptConstantSystem extends ConstantSystem {
|
| BoolConstantValue createBool(bool value) => new BoolConstantValue(value);
|
| NullConstantValue createNull() => new NullConstantValue();
|
|
|
| -
|
| @override
|
| ListConstantValue createList(InterfaceType type,
|
| List<ConstantValue> values) {
|
|
|