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

Unified Diff: pkg/polymer/test/bind_mdv_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 | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer/test/bind_mdv_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/bind_mdv_test.dart
diff --git a/pkg/polymer/test/bind_mdv_test.dart b/pkg/polymer/test/bind_mdv_test.dart
index 3323b0ca21ce5d045340c99a046b95dbaeed2f58..a47bfc219d1b29ad086ee4c8e7560a85a6de8ece 100644
--- a/pkg/polymer/test/bind_mdv_test.dart
+++ b/pkg/polymer/test/bind_mdv_test.dart
@@ -6,16 +6,16 @@ library polymer.test.bind_mdv_test;
import 'dart:async';
import 'dart:html';
-import 'package:custom_element/polyfill.dart';
import 'package:template_binding/template_binding.dart';
import 'package:observe/observe.dart';
import 'package:unittest/html_config.dart';
import 'package:unittest/unittest.dart';
+import 'package:web_components/polyfill.dart';
main() {
useHtmlConfiguration();
- var registered = loadCustomElementPolyfill().then((_) {
+ var registered = customElementsReady.then((_) {
document.register('my-div', MyDivElement);
});
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/polymer/test/bind_mdv_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698