Bug 43090

Summary: Stylebot should not complain about NULL usage in calls to gdk_pixbuf_save_to
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch for this issue levin: review+

Description Martin Robinson 2010-07-27 16:04:31 PDT
A NULL sentinel is required for these methods to prevent a compiler warning.
Comment 1 Martin Robinson 2010-07-27 16:14:17 PDT
Created attachment 62766 [details]
Patch for this issue
Comment 2 Martin Robinson 2010-07-27 18:51:08 PDT
Committed r64185: <http://trac.webkit.org/changeset/64185>