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

Unified Diff: sdk/lib/html/html_common/html_common.dart

Issue 3004153002: Fixed analyzer test to use dart2js not dartium (Closed)
Patch Set: Removed rest of dartium files. Created 3 years, 3 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: sdk/lib/html/html_common/html_common.dart
diff --git a/sdk/lib/html/html_common/html_common.dart b/sdk/lib/html/html_common/html_common.dart
index 61e3519bc667b85cad0a6b7f2cf4b0122802e08e..b62f5ad99151e5feb277775cf5e010d06b427d06 100644
--- a/sdk/lib/html/html_common/html_common.dart
+++ b/sdk/lib/html/html_common/html_common.dart
@@ -13,6 +13,8 @@ import 'dart:nativewrappers';
import 'dart:typed_data';
import 'dart:web_gl' as gl;
+import 'dart:_js_helper';
+
import 'metadata.dart';
export 'metadata.dart';
@@ -21,4 +23,3 @@ part 'device.dart';
part 'filtered_element_list.dart';
part 'lists.dart';
part 'conversions.dart';
-part 'conversions_dartium.dart';

Powered by Google App Engine
This is Rietveld 408576698