Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart

Issue 11453032: Reapply class/method/field minification (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes to bring patch up to date and fix bugs Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7ed7b2d1177b7f4d399b8e8f7091a6e8fdaf45ea..cf25cbccd7c55cc5f2ab62fed2a03ed424465329 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
+ * minification.
*/
unwrapException(ex) {
// Note that we are checking if the object has the property. If it

Powered by Google App Engine
This is Rietveld 408576698