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/document_register_type_extensions_test.dart

Issue 33643002: "Reverting 28947" (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
« no previous file with comments | « tests/html/custom/document_register_basic_test.dart ('k') | tests/html/custom/entered_left_view_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/custom/document_register_type_extensions_test.dart
diff --git a/tests/html/custom/document_register_type_extensions_test.dart b/tests/html/custom/document_register_type_extensions_test.dart
index 35d4bbbeca0f7f699131f906501faa0465644cdd..10b06ef00baaa2a538692183bcc6a5141c57f6af 100644
--- a/tests/html/custom/document_register_type_extensions_test.dart
+++ b/tests/html/custom/document_register_type_extensions_test.dart
@@ -6,7 +6,6 @@ library document_register_type_extensions_test;
import 'package:unittest/unittest.dart';
import 'package:unittest/html_individual_config.dart';
import 'dart:html';
-import 'dart:js' as js;
import '../utils.dart';
class Foo extends HtmlElement {
@@ -262,7 +261,7 @@ main() {
createElementFromHtml(html) {
var container = new DivElement()..setInnerHtml(html,
treeSanitizer: new NullTreeSanitizer());
- customElementsTakeRecords();
+ Platform.upgradeCustomElements(container);
return container.firstChild;
}
« no previous file with comments | « tests/html/custom/document_register_basic_test.dart ('k') | tests/html/custom/entered_left_view_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698