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

Unified Diff: pkg/serialization/lib/src/basic_rule.dart

Issue 11613005: Duplicate of https://chromiumcodereview.appspot.com/11567018/ (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix from review comment 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
« no previous file with comments | « pkg/serialization/lib/serialization.dart ('k') | pkg/serialization/lib/src/mirrors_helpers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/serialization/lib/src/basic_rule.dart
diff --git a/pkg/serialization/lib/src/basic_rule.dart b/pkg/serialization/lib/src/basic_rule.dart
index bfc19145cec7e183284d08bdfa01a372806ea6d9..9b4754f2ce8c8c5ab555da45bdff86d6db6e0b59 100644
--- a/pkg/serialization/lib/src/basic_rule.dart
+++ b/pkg/serialization/lib/src/basic_rule.dart
@@ -99,9 +99,6 @@ class BasicRule extends SerializationRule {
field.specialTreatment = setter;
}
- // TODO(alanknight): Polyfill for the non-hashability of mirrors. Issue 6880.
- get typeWrapped => new ClassMirrorWrapper(type);
-
/** Return the name of the constructor used to create new instances on read.*/
String get constructorName => constructor.name;
« no previous file with comments | « pkg/serialization/lib/serialization.dart ('k') | pkg/serialization/lib/src/mirrors_helpers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698