[Webkit-unassigned] [Bug 14811] [gtk] [request] add a webkit_gtk_page_go_to_history_item function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 10:30:45 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=14811





------- Comment #21 from xan.lopez at gmail.com  2008-01-21 10:30 PDT -------
(In reply to comment #20)
> (In reply to comment #18)
> > I didn't review this fully yet.
> > 
> > +static void webkit_web_back_forward_list_finalize(GObject* object)
> > +{
> > +   
> > G_OBJECT_CLASS(webkit_web_back_forward_list_parent_class)->finalize(object);
> > +}
> > 
> > Is this redundant?
> 
> hi alp! why do you think it's redundant?
> 

It only chains to the parent class impl, so if you are not planning to do
anything else it is useless.


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



More information about the webkit-unassigned mailing list