Index: sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart b/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart |
index 9e31cfa19adc2087ca7f92e97c7ecad5b308d1bd..986b586d6fa10e662bcc817755af1a5dd6056d0b 100644 |
--- a/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart |
+++ b/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart |
@@ -134,9 +134,7 @@ $classesCollector.$mangledName = {'': function $mangledName(self, target) { |
void emitClassFields(ClassElement classElement, |
CodeBuffer buffer, |
- { String superClass: "", |
- bool isNative: false, |
- bool emitEndingComma: true}) { |
+ bool emitEndingComma) { |
if (emitEndingComma) buffer.add(', '); |
} |