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

Unified Diff: runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/microtask.js

Issue 786053002: Fix build and compile to JS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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: runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/microtask.js
===================================================================
--- runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/microtask.js (revision 42171)
+++ runtime/bin/vmservice/observatory/deployed/web/packages/template_binding/js/microtask.js (working copy)
@@ -29,8 +29,9 @@
;
// exports
-
scope.endOfMicrotask = endOfMicrotask;
+// bc
+Platform.endOfMicrotask = endOfMicrotask;
-})(Platform);
+})(Polymer);

Powered by Google App Engine
This is Rietveld 408576698