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 2029c09bcd0fe0116f20d9dfb8fe337fffdbfe2b..847231881589024280b92d4c8814162becae29bf 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 clazz) { |
- return classWorld.isUsedAsMixin(clazz); |
+ bool isUsedAsMixin(ClassElement classElement) { |
+ return classWorld.isUsedAsMixin(classElement); |
} |
ConstantValue getConstantValueForVariable(VariableElement variable) { |