| 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 5b4f36a612dd73f37a56a7c035d18e5b31ec40dd..5888832949d4d7fbced8f3c66d61cd26606208b3 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
|
| @@ -934,6 +934,9 @@ 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
|
|
|