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

Unified Diff: pkg/polymer/lib/deserialize.dart

Issue 26967004: add @MirrorsUsed to observe/polymer/polymer_exprs pkgs (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix typo in comment Created 7 years, 2 months 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/polymer/lib/deserialize.dart
diff --git a/pkg/polymer/lib/deserialize.dart b/pkg/polymer/lib/deserialize.dart
index 62e8bec8451b06f6b0d346b8f6ae1989543057e4..9de4ea99db4e2c1457233146b6d1236b8285ab92 100644
--- a/pkg/polymer/lib/deserialize.dart
+++ b/pkg/polymer/lib/deserialize.dart
@@ -5,7 +5,7 @@
library polymer.deserialize;
import 'dart:convert' show JSON;
-import 'dart:mirrors' show reflect, TypeMirror;
+import 'dart:mirrors' show TypeMirror;
final _typeHandlers = () {
// TODO(jmesserly): switch to map and symbol literal form when supported.

Powered by Google App Engine
This is Rietveld 408576698