Resolve unused parameter warning in WebPlatformStrategies.cpp
Created attachment 210078 [details] proposed patch
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 on attachment 210078 [details] proposed patch Clearing flags on attachment: 210078 Committed r154884: <http://trac.webkit.org/changeset/154884>
All reviewed patches have been landed. Closing bug.