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

Unified Diff: tests/html/custom/constructor_calls_created_synchronously_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
Index: tests/html/custom/constructor_calls_created_synchronously_test.dart
diff --git a/tests/html/custom/constructor_calls_created_synchronously_test.dart b/tests/html/custom/constructor_calls_created_synchronously_test.dart
index d2bc3afdf746ff66e79a7aaca02216c4ad573d67..0eb1f5c8c97772b08f9e5e755eaaa76af756d0ed 100644
--- a/tests/html/custom/constructor_calls_created_synchronously_test.dart
+++ b/tests/html/custom/constructor_calls_created_synchronously_test.dart
@@ -27,7 +27,7 @@ main() {
var registered = false;
setUp(() {
- return loadPolyfills().then((_) {
+ return customElementsReady.then((_) {
if (!registered) {
registered = true;
document.register(A.tag, A);

Powered by Google App Engine
This is Rietveld 408576698