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

Unified Diff: test/generated_sdk/lib/math/math.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/isolate/isolate.dart ('k') | test/generated_sdk/lib/typed_data/typed_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/generated_sdk/lib/math/math.dart
diff --git a/test/generated_sdk/lib/math/math.dart b/test/generated_sdk/lib/math/math.dart
index 31a4e881031eff8558473a40006cb385ac99e09d..9705422e9441489b59961091d59884b29925df15 100644
--- a/test/generated_sdk/lib/math/math.dart
+++ b/test/generated_sdk/lib/math/math.dart
@@ -11,6 +11,8 @@ part "jenkins_smi_hash.dart";
part "point.dart";
part "random.dart";
part "rectangle.dart";
+import 'dart:_foreign_helper' show JS;
+import 'dart:_js_helper' show patch, checkNum;
/**
* Base of the natural logarithms.
« no previous file with comments | « test/generated_sdk/lib/isolate/isolate.dart ('k') | test/generated_sdk/lib/typed_data/typed_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698