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

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

Issue 268313002: [dart:html] rename register to registerElement per spec (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 years, 7 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.dart ('k') | tests/html/custom/regress_194523002_test.dart » ('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 e8778d179ed51b7d1f51485cb1950a35e503cc5a..87a7ffd0c652b6db81226bac832e894bdbdf9ead 100644
--- a/tests/html/custom/mirrors_test.dart
+++ b/tests/html/custom/mirrors_test.dart
@@ -22,8 +22,8 @@ main() {
setUp(() => customElementsReady.then((_) {
if (!registered) {
registered = true;
- document.register(A.tag, A);
- document.register(B.tag, B);
+ document.registerElement(A.tag, A);
+ document.registerElement(B.tag, B);
}
}));
« no previous file with comments | « tests/html/custom/js_custom_test.dart ('k') | tests/html/custom/regress_194523002_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698