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

Unified Diff: test/generated_sdk/lib/core/core.dart

Issue 1020043002: Replace dart_core.js with actual compiled SDK (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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: test/generated_sdk/lib/core/core.dart
diff --git a/test/generated_sdk/lib/core/core.dart b/test/generated_sdk/lib/core/core.dart
index 52ee5ffff6e6d4e01d89bb66e7ad95a15d3838f3..79fe783d7cbf315ba0d2c3ff0dab3b16e0a9aa32 100644
--- a/test/generated_sdk/lib/core/core.dart
+++ b/test/generated_sdk/lib/core/core.dart
@@ -201,6 +201,7 @@ import 'dart:_js_helper' show patch,
Primitives,
stringJoinUnchecked,
objectHashCode;
+import 'dart:_foreign_helper' show JS;
String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol);
_symbolMapToStringMap(Map<Symbol, dynamic> map) {
@@ -211,6 +212,6 @@ _symbolMapToStringMap(Map<Symbol, dynamic> map) {
});
return result;
}
-class _ListConstructorSentinel extends JSInt {
+class _ListConstructorSentinel {
const _ListConstructorSentinel();
}

Powered by Google App Engine
This is Rietveld 408576698