Bug 120515 - Resolve unused parameter warning in WebPlatformStrategies.cpp
Summary: Resolve unused parameter warning in WebPlatformStrategies.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-30 01:49 PDT by Tamas Czene
Modified: 2013-08-30 08:24 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.36 KB, patch)
2013-08-30 01:51 PDT, Tamas Czene
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tamas Czene 2013-08-30 01:49:40 PDT
Resolve unused parameter warning in WebPlatformStrategies.cpp
Comment 1 Tamas Czene 2013-08-30 01:51:42 PDT
Created attachment 210078 [details]
proposed patch
Comment 2 Darin Adler 2013-08-30 07:59:37 PDT
Comment on attachment 210078 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=210078&action=review

> Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:100
> +void TapHighlightController::drawRect(PageOverlay* /*pageOverlay*/, GraphicsContext& context, const IntRect& /*dirtyRect*/)

Should remove the argument entirely. No need for the commented out word "pageOverlay"; it doesn’t document anything.
Comment 3 WebKit Commit Bot 2013-08-30 08:24:48 PDT
Comment on attachment 210078 [details]
proposed patch

Clearing flags on attachment: 210078

Committed r154884: <http://trac.webkit.org/changeset/154884>
Comment 4 WebKit Commit Bot 2013-08-30 08:24:49 PDT
All reviewed patches have been landed.  Closing bug.