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

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

Issue 221873002: Compute frontend/backend specific constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes Created 6 years, 8 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: sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
diff --git a/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart b/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
index 2881d91036dfa654503a1837359ea3aa0f7e14aa..3ee8ac052656fc0c39c60da72fec3adfd0282f7a 100644
--- a/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
+++ b/sdk/lib/_internal/compiler/implementation/js_emitter/js_emitter.dart
@@ -25,11 +25,10 @@ import '../js/js.dart' show
import '../js_backend/js_backend.dart' show
CheckedModeHelper,
- CheckedModeHelper,
ConstantEmitter,
CustomElementsAnalysis,
JavaScriptBackend,
- JavaScriptBackend,
+ JavaScriptConstantCompiler,
Namer,
NativeEmitter,
RuntimeTypes,

Powered by Google App Engine
This is Rietveld 408576698