Bug 51685 - [GTK] Clean up usage of NULL in webkitwebframe.cpp
Summary: [GTK] Clean up usage of NULL in webkitwebframe.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-12-28 12:46 PST by Martin Robinson
Modified: 2010-12-28 15:40 PST (History)
0 users

See Also:


Attachments
Patch (12.30 KB, patch)
2010-12-28 12:50 PST, Martin Robinson
no flags Details | Formatted Diff | Diff
Patch which fixes all style issues (13.60 KB, patch)
2010-12-28 12:56 PST, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-12-28 12:46:54 PST
webkitwebframe.cpp uses NULL in quite a few places instead of 0. This bug tracks that minor cleanup.
Comment 1 Martin Robinson 2010-12-28 12:50:21 PST
Created attachment 77571 [details]
Patch
Comment 2 Martin Robinson 2010-12-28 12:56:16 PST
Created attachment 77572 [details]
Patch which fixes all style issues
Comment 3 Eric Seidel (no email) 2010-12-28 13:47:04 PST
Comment on attachment 77572 [details]
Patch which fixes all style issues

OK. Is this code supposed to be WebKit style?
Comment 4 Martin Robinson 2010-12-28 14:55:40 PST
(In reply to comment #3)
> (From update of attachment 77572 [details])
> OK. Is this code supposed to be WebKit style?

At some point in the past it wasn't, but now it is, I believe.
Comment 5 Martin Robinson 2010-12-28 15:40:37 PST
Committed r74730: <http://trac.webkit.org/changeset/74730>