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

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

Issue 180273004: Fixes in smoke, which in turn should fix todomvc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
« no previous file with comments | « pkg/observe/lib/src/path_observer.dart ('k') | pkg/polymer/lib/src/declaration.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/polymer.dart
diff --git a/pkg/polymer/lib/polymer.dart b/pkg/polymer/lib/polymer.dart
index d00fee246bf52d58dc397d1fa236674c5df5a48b..9fa6a768b90367a2466995b1919062319646ee33 100644
--- a/pkg/polymer/lib/polymer.dart
+++ b/pkg/polymer/lib/polymer.dart
@@ -45,7 +45,9 @@ import 'dart:html';
import 'dart:js' as js;
@MirrorsUsed(metaTargets:
- const [Reflectable, ObservableProperty, CustomTag, _InitMethodAnnotation],
+ const [Reflectable, ObservableProperty, PublishedProperty, CustomTag,
+ _InitMethodAnnotation],
+ targets: const [PublishedProperty],
override: const ['smoke.mirrors', 'polymer'])
import 'dart:mirrors';
« no previous file with comments | « pkg/observe/lib/src/path_observer.dart ('k') | pkg/polymer/lib/src/declaration.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698