Bug 98243

Summary: Fix unused parameter compile warnings.
Product: WebKit Reporter: Kangil Han <kangil.han>
Component: WebCore Misc.Assignee: Kangil Han <kangil.han>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 63526    
Attachments:
Description Flags
patch
ap: review+
patch none

Kangil Han
Reported 2012-10-03 02:03:57 PDT
Fixed unused parameter compile warnings found during WebKit EFL debug build.
Attachments
patch (10.96 KB, patch)
2012-10-03 02:13 PDT, Kangil Han
ap: review+
patch (11.03 KB, patch)
2012-10-03 17:53 PDT, Kangil Han
no flags
Kangil Han
Comment 1 2012-10-03 02:13:51 PDT
Gyuyoung Kim
Comment 2 2012-10-03 17:36:19 PDT
Comment on attachment 166831 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=166831&action=review > Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp:450 > +void PluginProxy::contentsScaleFactorChanged(float /*scaleFactor*/) I think function name can be enough to represent parameter name. So, this parameter can be removed.
Kangil Han
Comment 3 2012-10-03 17:53:21 PDT
Created attachment 167009 [details] patch Done!
WebKit Review Bot
Comment 4 2012-10-03 18:50:01 PDT
Comment on attachment 167009 [details] patch Clearing flags on attachment: 167009 Committed r130353: <http://trac.webkit.org/changeset/130353>
WebKit Review Bot
Comment 5 2012-10-03 18:50:05 PDT
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.