Bug 152387

Summary: Fix unused parameter handling in WebGLRenderingContextBase.cp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, dino, esprehn+autocc, gyuyoung.kim, kondapallykalyan, roger_fong
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2015-12-17 08:27:25 PST
In Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp there are many functions with unused ExceptionCode& ec paramter. Compiler warning is suppressed with unconditional UNUSED_PARAM(ec), but in this case we should simply omit the parameter name.
Attachments
Patch (40.07 KB, patch)
2015-12-17 08:29 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-12-17 08:29:28 PST
WebKit Commit Bot
Comment 2 2015-12-17 09:58:39 PST
Comment on attachment 267562 [details] Patch Clearing flags on attachment: 267562 Committed r194219: <http://trac.webkit.org/changeset/194219>
WebKit Commit Bot
Comment 3 2015-12-17 09:58:45 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.