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

Unified Diff: pkg/compiler/lib/src/js_backend/codegen/glue.dart

Issue 1314373003: Revert "dart2js cps: Use dummy constant in dummy receiver optimization." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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 | « pkg/compiler/lib/src/cps_ir/type_propagation.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js_backend/codegen/glue.dart
diff --git a/pkg/compiler/lib/src/js_backend/codegen/glue.dart b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
index 847231881589024280b92d4c8814162becae29bf..2029c09bcd0fe0116f20d9dfb8fe337fffdbfe2b 100644
--- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
+++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
@@ -54,8 +54,8 @@ class Glue {
_compiler.internalError(_compiler.currentElement, message);
}
- bool isUsedAsMixin(ClassElement classElement) {
- return classWorld.isUsedAsMixin(classElement);
+ bool isUsedAsMixin(ClassElement clazz) {
+ return classWorld.isUsedAsMixin(clazz);
}
ConstantValue getConstantValueForVariable(VariableElement variable) {
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/type_propagation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698