Bug 34031

Summary: check-webkit-style: Remove the filename parameter from the style error handler functions
Product: WebKit Reporter: Chris Jerdonek <cjerdonek>
Component: Tools / TestsAssignee: Chris Jerdonek <cjerdonek>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cjerdonek, commit-queue, eric, hamaji, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch none

Description Chris Jerdonek 2010-01-22 19:08:16 PST
The filename parameter is unnecessary since it is the same for all errors processed within a file.  This refactoring will simplify the code a bit.
Comment 1 Chris Jerdonek 2010-01-22 19:46:46 PST
Created attachment 47262 [details]
Proposed patch
Comment 2 Chris Jerdonek 2010-01-22 19:51:14 PST
(In reply to comment #1)
> Created an attachment (id=47262) [details]
> Proposed patch

Just saw the size of this patch (53K).

FYI, I'd estimate that 85% of the size of this patch or so results from this simple search and replace: "error(filename, " -> "error(".
Comment 3 Shinichiro Hamaji 2010-01-25 20:56:56 PST
Comment on attachment 47262 [details]
Proposed patch

Sorry for the latency. I was a bit sick and busy these days.
Comment 4 Chris Jerdonek 2010-01-25 21:02:07 PST
(In reply to comment #3)
> (From update of attachment 47262 [details])
> Sorry for the latency. I was a bit sick and busy these days.

Thanks.  Hope you're feeling better...
Comment 5 Chris Jerdonek 2010-01-25 23:37:49 PST
Comment on attachment 47262 [details]
Proposed patch

Clearing flags on attachment: 47262

Committed r53841: <http://trac.webkit.org/changeset/53841>
Comment 6 Chris Jerdonek 2010-01-25 23:37:57 PST
All reviewed patches have been landed.  Closing bug.