Bug 104896 - [Tools] Add exception for gtk_style_context_get()
Summary: [Tools] Add exception for gtk_style_context_get()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-13 02:58 PST by Claudio Saavedra
Modified: 2012-12-13 04:03 PST (History)
1 user (show)

See Also:


Attachments
2012-12-13 Claudio Saavedra <csaavedra@igalia.com> (2.33 KB, patch)
2012-12-13 02:59 PST, Claudio Saavedra
no flags Details | Formatted Diff | Diff
[Tools] Add exception for gtk_style_context_get() https://bugs.webkit.org/show_bug.cgi?id=104896 (3.29 KB, patch)
2012-12-13 03:10 PST, Claudio Saavedra
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Claudio Saavedra 2012-12-13 02:58:34 PST
This method needs a NULL sentinel. Shut the checker up.
Comment 1 Claudio Saavedra 2012-12-13 02:59:50 PST
Created attachment 179241 [details]
2012-12-13  Claudio Saavedra  <csaavedra@igalia.com>

[Tools] Add exception for gtk_style_context_get()
        https://bugs.webkit.org/show_bug.cgi?id=104896

        Reviewed by NOBODY (OOPS!).

        Add new exception for gtk_style_context_get().

        * Scripts/webkitpy/style/checkers/cpp.py:
        (check_for_null): Add exception for gtk_style_context_get().
Comment 2 Claudio Saavedra 2012-12-13 03:10:41 PST
Created attachment 179242 [details]
[Tools] Add exception for gtk_style_context_get()         https://bugs.webkit.org/show_bug.cgi?id=104896

Reviewed by NOBODY (OOPS!).

        Add new exception for gtk_style_context_get().

        * Scripts/webkitpy/style/checkers/cpp.py:
        (check_for_null): Add exception for gtk_style_context_get().
Comment 3 WebKit Review Bot 2012-12-13 04:03:37 PST
Comment on attachment 179242 [details]
[Tools] Add exception for gtk_style_context_get()         https://bugs.webkit.org/show_bug.cgi?id=104896

Clearing flags on attachment: 179242

Committed r137583: <http://trac.webkit.org/changeset/137583>
Comment 4 WebKit Review Bot 2012-12-13 04:03:41 PST
All reviewed patches have been landed.  Closing bug.