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

Unified Diff: tests/html/custom/mirrors_test.dart

Issue 158083002: introduce web_components pkg for consolidated polyfills (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 | « tests/html/custom/js_custom_test.html ('k') | tests/html/custom/mirrors_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/custom/mirrors_test.dart
diff --git a/tests/html/custom/mirrors_test.dart b/tests/html/custom/mirrors_test.dart
index 9cf892b2dc0731ab4fa8e8958bd3b96e2737a19a..e8778d179ed51b7d1f51485cb1950a35e503cc5a 100644
--- a/tests/html/custom/mirrors_test.dart
+++ b/tests/html/custom/mirrors_test.dart
@@ -19,7 +19,7 @@ main() {
useHtmlConfiguration();
var registered = false;
- setUp(() => loadPolyfills().then((_) {
+ setUp(() => customElementsReady.then((_) {
if (!registered) {
registered = true;
document.register(A.tag, A);
« no previous file with comments | « tests/html/custom/js_custom_test.html ('k') | tests/html/custom/mirrors_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698