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

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

Issue 955513008: cleans up sdk patching so we no longer have unresolved names (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « test/generated_sdk/lib/convert/convert.dart ('k') | test/generated_sdk/lib/internal/internal.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6eeeb052e51349375b768b9872d5ab0a4f661e7e..52ee5ffff6e6d4e01d89bb66e7ad95a15d3838f3 100644
--- a/test/generated_sdk/lib/core/core.dart
+++ b/test/generated_sdk/lib/core/core.dart
@@ -192,6 +192,15 @@ part "symbol.dart";
part "type.dart";
part "uri.dart";
import "dart:_internal" as _symbol_dev;
+import 'dart:_interceptors';
+import 'dart:_js_helper' show patch,
+ checkInt,
+ getRuntimeType,
+ jsonEncodeNative,
+ JSSyntaxRegExp,
+ Primitives,
+ stringJoinUnchecked,
+ objectHashCode;
String _symbolToString(Symbol symbol) => _symbol_dev.Symbol.getName(symbol);
_symbolMapToStringMap(Map<Symbol, dynamic> map) {
« no previous file with comments | « test/generated_sdk/lib/convert/convert.dart ('k') | test/generated_sdk/lib/internal/internal.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698