[Webkit-unassigned] [Bug 105180] [GTK] When the WebProcess crashes, a signal should be emitted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 1 23:25:39 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=105180





--- Comment #17 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-03-01 23:28:03 PST ---
(In reply to comment #11)
> > 
> > > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h:102
> > > +    void (* process_crashed)  (WebKitWebContext *);
> > > +
> > 
> > This class is not inheritable in this moment, and you are not adding the offset to this in the class definition anyway, so just remove it.
> 
> Well I *am* adding the offset to the class definition ;) Seems you meant the signal definition, which I indeed forgot to modify for this. But since apparently it's useless to extend this class I'll just get rid of it as you suggest.

With class definition I actually mean in the class_init, sorry, I reviewed this too fast.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list