[Webkit-unassigned] [Bug 55308] [GTK] General mechanism for adjusting WebKitWebSettings in GtkLauncher.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 20 11:34:41 PDT 2011


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





--- Comment #22 from Lukasz Slachciak <l.slachciak at samsung.com>  2011-06-20 11:34:41 PST ---
(In reply to comment #19)
> (From update of attachment 97700 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=97700&action=review
> 
> Nice work! I'll land this one.
> 
> > Tools/GtkLauncher/main.c:280
> > +        return NULL;
> 
> You should use 0 here instead of NULL.
> 
> > Tools/GtkLauncher/main.c:285
> > +        return NULL;
> 
> Ditto.
> 
> > Tools/GtkLauncher/main.c:359
> > +    GError *error = NULL;
> 
> You should use 0 instead of NULL unless you are ending an argument list. I'll fix this and land.

Too much C in my life :)
Thank you Martin for review.

-- 
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