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

Unified Diff: pkg/compiler/lib/src/js_model/elements.dart

Issue 2954493002: Less inequivalence on Hello World! (Closed)
Patch Set: Updated cf. comments Created 3 years, 6 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: pkg/compiler/lib/src/js_model/elements.dart
diff --git a/pkg/compiler/lib/src/js_model/elements.dart b/pkg/compiler/lib/src/js_model/elements.dart
index 5d12e2c2abca0cb7ebe68a9b538cacbc385147a1..634f0342bd2828a8029b2285fff964e2ae4d0e81 100644
--- a/pkg/compiler/lib/src/js_model/elements.dart
+++ b/pkg/compiler/lib/src/js_model/elements.dart
@@ -465,6 +465,7 @@ class JTypeVariable implements TypeVariableEntity {
class JsClosedWorld extends ClosedWorldBase {
JsClosedWorld(
{ElementEnvironment elementEnvironment,
+ DartTypes dartTypes,
CommonElements commonElements,
ConstantSystem constantSystem,
NativeData nativeData,
@@ -480,6 +481,7 @@ class JsClosedWorld extends ClosedWorldBase {
Map<ClassEntity, ClassSet> classSets})
: super(
elementEnvironment: elementEnvironment,
+ dartTypes: dartTypes,
commonElements: commonElements,
constantSystem: constantSystem,
nativeData: nativeData,
« no previous file with comments | « pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart ('k') | pkg/compiler/lib/src/kernel/element_map_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698