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

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

Issue 10915083: Change assert implementation to not depend on a top-level function called 'assert'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 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: lib/compiler/implementation/js_backend/js_backend.dart
diff --git a/lib/compiler/implementation/js_backend/js_backend.dart b/lib/compiler/implementation/js_backend/js_backend.dart
index 5a2bc9d2c504ce6ca16e37e4b3db51d2f5973b57..d8ba63f03d3ffebf939bdcd21f7acbff8abc89a6 100644
--- a/lib/compiler/implementation/js_backend/js_backend.dart
+++ b/lib/compiler/implementation/js_backend/js_backend.dart
@@ -14,11 +14,9 @@
#import('../source_map_builder.dart');
#import('../ssa/ssa.dart');
#import('../tree/tree.dart');
-#import('../util/characters.dart');
#import('../util/util.dart');
#source('backend.dart');
-#source('constant_emitter.dart');
#source('constant_system_javascript.dart');
#source('emitter.dart');
#source('function_set.dart');
« no previous file with comments | « lib/compiler/implementation/js_backend/emitter.dart ('k') | lib/compiler/implementation/js_backend/namer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698