GNOME Bugzilla – Bug 577114
Base access should respect method.vfunc_name instead of using method.name
Last modified: 2009-03-30 07:36:47 UTC
Please describe the problem: Base access should use Method.vfunc_name since it is the name of the vfunc in the class structure and can differ from the method name. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: the patch follows
Created attachment 131587 [details] [review] Base access should respect method.vfunc_name instead of using method.name
commit 9f8853416eb94673c439f470f3625f9b8e33e424 Author: Feng Yu <fengyu@dhcp5-240.iucf.indiana.edu> Date: Sat Mar 28 15:20:39 2009 -0400 Use vfunc_name for base access Base access should respect Method.vfunc_name instead of using Method.name. Fixes bug 577114.