Bug 125010

Summary: Fix build warning in EventHandler.cpp
Product: WebKit Reporter: Tibor Mészáros <mtiborinf>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, gyuyoung.kim, hausmann, kling, ossy, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ossy: review+, ossy: commit-queue-
Patch v2 none

Description Tibor Mészáros 2013-11-29 06:16:06 PST
There is an unused parameter warning in EventHandler.cpp.
Comment 1 Tibor Mészáros 2013-11-29 06:50:04 PST
Created attachment 218058 [details]
Patch

Patch for the unused parameter warning in Eventhandler.cpp.
Comment 2 Csaba Osztrogonác 2013-11-29 07:42:29 PST
Comment on attachment 218058 [details]
Patch

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

> Source/WebCore/ChangeLog:9
> +        There was a build warning in EventHandler.cpp
> +

Please remove this redundant comment.
Comment 3 Tibor Mészáros 2013-11-29 07:51:36 PST
Created attachment 218066 [details]
Patch v2

Removed the redundant comment.
Comment 4 WebKit Commit Bot 2013-12-02 01:56:13 PST
Comment on attachment 218066 [details]
Patch v2

Clearing flags on attachment: 218066

Committed r159921: <http://trac.webkit.org/changeset/159921>
Comment 5 WebKit Commit Bot 2013-12-02 01:56:16 PST
All reviewed patches have been landed.  Closing bug.