Bug 39368 - Fix warnings seen on the buildbots today
Summary: Fix warnings seen on the buildbots today
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 11:45 PDT by Darin Adler
Modified: 2010-05-20 15:18 PDT (History)
1 user (show)

See Also:


Attachments
Patch (16.42 KB, patch)
2010-05-19 11:52 PDT, Darin Adler
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2010-05-19 11:45:29 PDT
Fix warnings seen on the buildbots today
Comment 1 Darin Adler 2010-05-19 11:52:12 PDT
Created attachment 56506 [details]
Patch
Comment 2 WebKit Review Bot 2010-05-19 11:53:12 PDT
Attachment 56506 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/platform/graphics/gtk/ImageGtk.cpp:161:  Use 0 instead of NULL.  [readability/null] [5]
Total errors found: 1 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Darin Adler 2010-05-19 11:58:19 PDT
(In reply to comment #2)
> If any of these errors are false positives, please file a bug against check-webkit-style.

Filed bug 39372.
Comment 4 Eric Seidel (no email) 2010-05-20 00:43:04 PDT
Comment on attachment 56506 [details]
Patch

Yay!  Thanks.
Comment 5 Darin Adler 2010-05-20 15:18:07 PDT
Committed r59868: <http://trac.webkit.org/changeset/59868>