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

Unified Diff: tests/html/utils.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_elements_test.dart ('k') | tools/dom/src/dart2js_Platform.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/utils.dart
diff --git a/tests/html/utils.dart b/tests/html/utils.dart
index 3d9396cab1fcfdb95086c5fbe24eeee33ba4332e..04c8235353f0303d9a0ce03b5971b9d6f0414c15 100644
--- a/tests/html/utils.dart
+++ b/tests/html/utils.dart
@@ -2,7 +2,6 @@ library TestUtils;
import 'dart:async';
import 'dart:html';
-import 'dart:js' as js;
import 'dart:typed_data';
import 'package:unittest/unittest.dart';
@@ -174,10 +173,3 @@ Future loadCustomElementPolyfill() {
Future loadPolyfills() {
return loadCustomElementPolyfill();
}
-
-// Pump custom events polyfill events.
-void customElementsTakeRecords() {
- if (js.context.hasProperty('CustomElements')) {
- js.context['CustomElements'].callMethod('takeRecords');
- }
-}
« no previous file with comments | « tests/html/custom_elements_test.dart ('k') | tools/dom/src/dart2js_Platform.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698