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

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

Issue 33593003: Reapply remove upgradeCustomElement methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 1ca50fdf24a2e9ff700c6ad869eb71110dcd536e..b32b2c4cc7c0ee9f25631e400f4e1b15d8539ac4 100644
--- a/tests/html/custom/created_callback_test.dart
+++ b/tests/html/custom/created_callback_test.dart
@@ -88,7 +88,7 @@ main() {
<x-b id="w"></x-b>
""", treeSanitizer: new NullTreeSanitizer());
- Platform.upgradeCustomElements(div);
+ upgradeCustomElements(div);
expect(C.createdInvocations, 2);
expect(div.query('#w') is B, isTrue);

Powered by Google App Engine
This is Rietveld 408576698