Bug 104896

Summary: [Tools] Add exception for gtk_style_context_get()
Product: WebKit Reporter: Claudio Saavedra <csaavedra>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
2012-12-13 Claudio Saavedra <csaavedra@igalia.com>
none
[Tools] Add exception for gtk_style_context_get() https://bugs.webkit.org/show_bug.cgi?id=104896 none

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.