diff --git a/basis/ui/tools/profiler/profiler.factor b/basis/ui/tools/profiler/profiler.factor index d5a4dcdea9..e61ec25bd5 100644 --- a/basis/ui/tools/profiler/profiler.factor +++ b/basis/ui/tools/profiler/profiler.factor @@ -49,7 +49,13 @@ M: method-renderer row-value drop first ; : ( profiler -- model ) [ [ words>> ] [ vocab>> ] bi - [ [ [ first vocabulary>> ] dip = ] when* ] + [ + [ + [ first vocabulary>> ] + [ vocab-name ] + bi* = + ] when* + ] ] keep ; : match? ( pair/f str -- ? )