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

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

Issue 11567018: Get rid of the polyfill identity set implementation in favour of a (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: A bit more polyfill that can be removed with this change. 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: 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 df1cae7bc4d895828059d3988174b8b0dfa99202..5c2e5f3589c4a60f2a546ad8cc6364c3aa9d1b4a 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;

Powered by Google App Engine
This is Rietveld 408576698