Bug 153129

Summary: Remove the SKIP_UNUSED_PARAM define
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2016-01-15 07:52:56 PST
http://trac.webkit.org/changeset/192464 (bug150166) introduced SKIP_UNUSED_PARAM define instead of "ENABLE(STREAMS_API) || ENABLE(MEDIA_STREAM)". It is used only in Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.cpp file. I think it is confusing, the parameters are used/unused in cpp, there is no reason to determine this fact in a different place.
Attachments
Patch (2.31 KB, patch)
2016-01-15 07:57 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2016-01-15 07:57:56 PST
WebKit Commit Bot
Comment 2 2016-01-18 05:27:05 PST
Comment on attachment 269052 [details] Patch Clearing flags on attachment: 269052 Committed r195218: <http://trac.webkit.org/changeset/195218>
WebKit Commit Bot
Comment 3 2016-01-18 05:27:07 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.