Bug 125010 - Fix build warning in EventHandler.cpp
Summary: Fix build warning in EventHandler.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-29 06:16 PST by Tibor Mészáros
Modified: 2013-12-02 01:56 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.08 KB, patch)
2013-11-29 06:50 PST, Tibor Mészáros
ossy: review+
ossy: commit-queue-
Details | Formatted Diff | Diff
Patch v2 (1.02 KB, patch)
2013-11-29 07:51 PST, Tibor Mészáros
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.