Bug 57952

Summary: ClipboardWin has unused variables "ExceptionCode ec"
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: commit-queue
Priority: P5    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Patch
kling: review-
Patch
none
Patch none

Description Benjamin Poulain 2011-04-06 08:27:47 PDT
While lookint at 19385 I noticed ExceptionCode ec = 0; is never used in the function...
Comment 1 Benjamin Poulain 2011-04-06 08:29:21 PDT
Created attachment 88430 [details]
Patch
Comment 2 Andreas Kling 2011-04-06 08:32:03 PDT
Comment on attachment 88430 [details]
Patch

There are more functions in that file doing this. :3
Comment 3 Benjamin Poulain 2011-04-06 08:35:53 PDT
Created attachment 88431 [details]
Patch
Comment 4 Benjamin Poulain 2011-04-06 08:36:46 PDT
Created attachment 88432 [details]
Patch

Better with a changelog :)
Comment 5 WebKit Commit Bot 2011-04-06 10:16:49 PDT
The commit-queue encountered the following flaky tests while processing attachment 88432 [details]:

http/tests/loading/basic-credentials-sent-automatically.html bug 57961 (author: beidson@apple.com)
The commit-queue is continuing to process your patch.
Comment 6 WebKit Commit Bot 2011-04-06 10:19:50 PDT
Comment on attachment 88432 [details]
Patch

Clearing flags on attachment: 88432

Committed r83067: <http://trac.webkit.org/changeset/83067>
Comment 7 WebKit Commit Bot 2011-04-06 10:19:54 PDT
All reviewed patches have been landed.  Closing bug.