 Chromium Code Reviews
 Chromium Code Reviews Issue 11453032:
  Reapply class/method/field minification  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 11453032:
  Reapply class/method/field minification  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| 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 3fa0f5df29a5183c84c48a74249baae5d98946e5..3ac630013712e5e910c31e54ef2df736e5841388 100644 | 
| --- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart | 
| +++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart | 
| @@ -980,6 +980,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 | 
| 
ngeoffray
2012/12/10 08:55:42
What's 'this' here?
 
erikcorry
2012/12/10 12:37:40
I no longer recall, so I deleted the comment.
 | 
| + * minification. | 
| */ | 
| unwrapException(ex) { | 
| // Note that we are checking if the object has the property. If it |