| Index: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
| index 3ac630013712e5e910c31e54ef2df736e5841388..3fa0f5df29a5183c84c48a74249baae5d98946e5 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
| @@ -980,9 +980,6 @@ throwAbstractClassInstantiationError(className) {
|
| *
|
| * Some native exceptions are mapped to new Dart instances, others are
|
| * returned unmodified.
|
| - *
|
| - * TODO(erikcorry): Fix this to produce consistent result regardless of
|
| - * minification.
|
| */
|
| unwrapException(ex) {
|
| // Note that we are checking if the object has the property. If it
|
|
|