From 359fac1266be936af588bbd6144f28b13efb9e5d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 22 Nov 2008 19:58:32 -0600 Subject: [PATCH] Update for call-next-method changes --- basis/tools/walker/walker.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/walker/walker.factor b/basis/tools/walker/walker.factor index 9775bdff81..1d26567952 100644 --- a/basis/tools/walker/walker.factor +++ b/basis/tools/walker/walker.factor @@ -83,7 +83,7 @@ M: object add-breakpoint ; : (step-into-continuation) ( -- ) continuation callstack >>call break ; -: (step-into-call-next-method) ( class generic -- ) +: (step-into-call-next-method) ( method -- ) next-method-quot (step-into-quot) ; ! Messages sent to walker thread