NEW 80618
Generated ObjC binding code is incorrect for static functions
https://bugs.webkit.org/show_bug.cgi?id=80618
Summary Generated ObjC binding code is incorrect for static functions
Jon Lee
Reported 2012-03-08 11:36:56 PST
In TestObj.idl: static void classMethod(); static long classMethodWithOptional(in [Optional] long arg); Leads to generated code: - (void)classMethod { WebCore::JSMainThreadNullState state; IMPL->classMethod(); } - (int)classMethodWithOptional:(int)arg { WebCore::JSMainThreadNullState state; return IMPL->classMethodWithOptional(arg); }
Attachments
Note You need to log in before you can comment on or make changes to this bug.