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

Unified Diff: sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart

Issue 11308156: Generate native class metadata as a JavaScript AST. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/_internal/compiler/implementation/js_backend/js_backend.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
index 982fd274e69fa47cdec14c3c6c507b52fc60a770..fd95d4889b21c93f568ce5cc0dfef834b72dbe7f 100644
--- a/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart
@@ -8,6 +8,7 @@ import '../closure.dart';
import '../../compiler.dart' as api;
import '../elements/elements.dart';
import '../dart2jslib.dart' hide Selector;
+import '../js/js.dart' as js;
import '../native_handler.dart' as native;
import 'runtime_types.dart';
import '../source_file.dart';

Powered by Google App Engine
This is Rietveld 408576698