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

Unified Diff: pkg/polymer/test/prop_attr_bind_reflection_test.dart

Issue 27518006: Practically remove boot.js, adds the initialization from the Dart side of (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/test/prop_attr_bind_reflection_test.dart
diff --git a/pkg/polymer/test/prop_attr_bind_reflection_test.dart b/pkg/polymer/test/prop_attr_bind_reflection_test.dart
index 0acc2a15f9a3d55eb96615228e02d82884db25aa..7ae9a7fe9ea8dbfaebf6193b53414757d13806cd 100644
--- a/pkg/polymer/test/prop_attr_bind_reflection_test.dart
+++ b/pkg/polymer/test/prop_attr_bind_reflection_test.dart
@@ -27,7 +27,7 @@ class MyElement extends PolymerElement {
MyElement.created() : super.created();
}
-main() {
+@initMethod _main() {
useHtmlConfiguration();
setUp(() => Polymer.onReady);

Powered by Google App Engine
This is Rietveld 408576698