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

Unified Diff: pkg/template_binding/test/utils.dart

Issue 182193002: [polymer] interop with polymer-element and polymer.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/polymer/test/unbind_test.html ('k') | pkg/web_components/lib/build.log » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/template_binding/test/utils.dart
diff --git a/pkg/template_binding/test/utils.dart b/pkg/template_binding/test/utils.dart
index 11f766849afd6ad34375564b03c6bda5ea281a1d..35e37b3e73275004fb492af934f92c6f3535b737 100644
--- a/pkg/template_binding/test/utils.dart
+++ b/pkg/template_binding/test/utils.dart
@@ -13,7 +13,7 @@ export 'package:observe/src/dirty_check.dart' show dirtyCheckZone;
/// A small method to help readability. Used to cause the next "then" in a chain
/// to happen in the next microtask:
///
-/// future.then(newMicrotask).then(...)
+/// future.then(endOfMicrotask).then(...)
endOfMicrotask(_) => new Future.value();
/// A small method to help readability. Used to cause the next "then" in a chain
« no previous file with comments | « pkg/polymer/test/unbind_test.html ('k') | pkg/web_components/lib/build.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698