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

Unified Diff: tests/html/custom/created_callback_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/created_callback_test.dart
diff --git a/tests/html/custom/created_callback_test.dart b/tests/html/custom/created_callback_test.dart
index 49845c154e33178e52085fdbd818f9d1df4495f2..865252003d3de43db8ada71eaa96c770de59bc7e 100644
--- a/tests/html/custom/created_callback_test.dart
+++ b/tests/html/custom/created_callback_test.dart
@@ -62,7 +62,7 @@ main() {
var registered = false;
setUp(() {
- return loadPolyfills().then((_) {
+ return customElementsReady.then((_) {
if (!registered) {
registered = true;
document.register(B.tag, B);
« no previous file with comments | « tests/html/custom/constructor_calls_created_synchronously_test.html ('k') | tests/html/custom/created_callback_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698