| Index: pkg/compiler/lib/src/js_backend/namer.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/namer.dart b/pkg/compiler/lib/src/js_backend/namer.dart
|
| index 77e91f16b6861df9a3f90c01bcb0037edd75a178..11246bafd2967fd6e3d0b6813887babf0f47e574 100644
|
| --- a/pkg/compiler/lib/src/js_backend/namer.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/namer.dart
|
| @@ -1711,7 +1711,7 @@ class ConstantCanonicalHasher implements ConstantValueVisitor<int, Null> {
|
| }
|
| }
|
|
|
| -class FunctionTypeNamer extends DartTypeVisitor {
|
| +class FunctionTypeNamer extends BaseDartTypeVisitor {
|
| final Compiler compiler;
|
| StringBuffer sb;
|
|
|
|
|