aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 6955d86829..7f2aa68143 100644
--- a/thread.c
+++ b/thread.c
@@ -2906,7 +2906,7 @@ call_trace_proc(VALUE args)
klass = p->klass;
}
else {
- rb_thread_method_id_and_klass(GET_THREAD(), &id, &klass);
+ rb_thread_method_id_and_class(GET_THREAD(), &id, &klass);
}
if (id == ID_ALLOCATOR)
return Qnil;