Bug 108782

Summary: Fix build warning after r141473
Product: WebKit Reporter: KwangYong Choi <ky0.choi>
Component: WebKit EFLAssignee: KwangYong Choi <ky0.choi>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, haraken, lucas.de.marchi, mifenton, rakuco, rwlbuis, tonikitoo, webkit.review.bot, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
haraken: review+, buildbot: commit-queue-
Patch none

Description KwangYong Choi 2013-02-03 18:08:43 PST
[ 83%] /home/cky/open-source/WebKit/Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:172:6: warning: unused parameter ‘pasteboardTypes’ [-Wunused-parameter]
/home/cky/open-source/WebKit/Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:172:6: warning: unused parameter ‘pasteboardData’ [-Wunused-parameter]
Comment 1 KwangYong Choi 2013-02-03 18:20:12 PST
Created attachment 186283 [details]
Patch
Comment 2 Kentaro Hara 2013-02-03 18:23:20 PST
Comment on attachment 186283 [details]
Patch

Looks OK
Comment 3 Build Bot 2013-02-03 19:24:51 PST
Comment on attachment 186283 [details]
Patch

Attachment 186283 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/16353858
Comment 4 KwangYong Choi 2013-02-03 21:14:23 PST
Created attachment 186297 [details]
Patch

Re-upload the patch file because of win-ews false alarm.
Comment 5 WebKit Review Bot 2013-02-03 22:00:55 PST
Comment on attachment 186297 [details]
Patch

Clearing flags on attachment: 186297

Committed r141736: <http://trac.webkit.org/changeset/141736>
Comment 6 WebKit Review Bot 2013-02-03 22:01:01 PST
All reviewed patches have been landed.  Closing bug.